Run of lintian-fixes for sakis3g
Try this locally package):
debcheckout sakis3g
cd sakis3g
lintian-brush
Summary
- Trim trailing whitespace. (trailing-whitespace)
- Set upstream metadata fields: Bug-Database, Bug-Submit. (upstream-metadata-file-is-missing upstream-metadata-missing-bug-tracking)
Diff
diff --git a/debian/changelog b/debian/changelog
index 576e242..de6f865 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -27,6 +27,6 @@ sakis3g (0.2.0e-1kali1) kali; urgency=low
sakis3g (0.2.0e-1kali0) kali; urgency=low
- * Initial release
+ * Initial release
-- Devon Kearns <dookie@kali.org> Sat, 29 Dec 2012 08:25:47 -0700
diff --git a/debian/control b/debian/control
index 3a9e716..c51a0e1 100644
--- a/debian/control
+++ b/debian/control
@@ -12,8 +12,8 @@ Package: sakis3g
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libusb-1.0-0, bzip2
Description: Tool for establishing 3G connections
- Sakis3G is a tweaked shell script which is supposed to work
- out-of-the-box for establishing a 3G connection with any
- combination of modem or operator. It automagically setups
- your USB or Bluetooth™ modem, and may even detect operator
+ Sakis3G is a tweaked shell script which is supposed to work
+ out-of-the-box for establishing a 3G connection with any
+ combination of modem or operator. It automagically setups
+ your USB or Bluetooth™ modem, and may even detect operator
settings. You should try it when anything else fails.
diff --git a/debian/rules b/debian/rules
index fa5329d..c69a02c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@
#export DH_VERBOSE=1
%:
- dh $@
+ dh $@
override_dh_auto_build:
if [ ! -d "build" ]; then mkdir build; fi
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..93f842f
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,3 @@
+---
+Bug-Database: https://github.com/Trixarian/sakis3g-source/issues
+Bug-Submit: https://github.com/Trixarian/sakis3g-source/issues/new
Publish History
- 2021-01-29T15:27: Successfully pushed (Success)