Run of lintian-fixes for dbd
Try this locally package):
debcheckout dbd
cd dbd
lintian-brush
Summary
- Trim trailing whitespace. (trailing-whitespace)
- Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. (upstream-metadata-file-is-missing upstream-metadata-missing-bug-tracking upstream-metadata-missing-repository)
Diff
diff --git a/debian/changelog b/debian/changelog
index f558164..1600489 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -50,6 +50,6 @@ dbd (1.20-1kali2) kali; urgency=low
dbd (1.20-1kali1) kali; urgency=low
- * Initial release
+ * Initial release
-- dookie <dookie@kali.org> Wed, 21 Nov 2012 18:19:28 -0700
diff --git a/debian/control b/debian/control
index b664538..ed0bc84 100644
--- a/debian/control
+++ b/debian/control
@@ -12,13 +12,12 @@ Package: dbd
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Netcat clone with encryption
- dbd is a Netcat-clone, designed to be portable and offer
- strong encryption. It runs on Unix-like operating systems
- and on Microsoft Win32. dbd features AES-CBC-128 +
- HMAC-SHA1 encryption (by Christophe Devine), program
- execution (-e option), choosing source port, continuous
- reconnection with delay, and some other nice features.
- dbd supports TCP/IP communication only. Source code and
- binaries are distributed under the GNU General Public
+ dbd is a Netcat-clone, designed to be portable and offer
+ strong encryption. It runs on Unix-like operating systems
+ and on Microsoft Win32. dbd features AES-CBC-128 +
+ HMAC-SHA1 encryption (by Christophe Devine), program
+ execution (-e option), choosing source port, continuous
+ reconnection with delay, and some other nice features.
+ dbd supports TCP/IP communication only. Source code and
+ binaries are distributed under the GNU General Public
License.
-
diff --git a/debian/rules b/debian/rules
index f76d276..5f3816a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@
#export DH_VERBOSE=1
%:
- dh $@
+ dh $@
override_dh_auto_build:
make unix
@@ -23,4 +23,3 @@ override_dh_shlibdeps:
override_dh_auto_install:
install dbd $(CURDIR)/debian/dbd/usr/bin/
install binaries/* $(CURDIR)/debian/dbd/usr/share/dbd/binaries/
-
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..bae7efa
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,5 @@
+---
+Bug-Database: https://github.com/gitdurandal/dbd/issues
+Bug-Submit: https://github.com/gitdurandal/dbd/issues/new
+Repository: https://github.com/gitdurandal/dbd.git
+Repository-Browse: https://github.com/gitdurandal/dbd
Publish History
- 2021-01-29T12:28: Successfully pushed (Success)