Package: brag
Followup-For: Bug #817383
User: [email protected]
Usertags: origin-ubuntu yakkety ubuntu-patch
Dear Maintainer,
In Ubuntu, the attached patch was applied to achieve the following:
* debian/compat: Bump to 10.
* debian/control:
- Build-depend on debhelper (>= 10).
- Depend on ${misc:Depends}.
- Bump Standards-Version to 3.9.8.
- Remove comma from end of description.
* debian/rules:
- Use dh_prep instead of dh_clean -k.
- Add recommended build-arch and build-indep targets.
Thanks for considering the patch.
Logan Rosen
diff -u brag-1.4.1/debian/control brag-1.4.1/debian/control
--- brag-1.4.1/debian/control
+++ brag-1.4.1/debian/control
@@ -2,12 +2,12 @@
Section: news
Priority: optional
Maintainer: Simon Kelley <[email protected]>
-Standards-Version: 3.6.2.0
-Build-depends: debhelper
+Standards-Version: 3.9.8
+Build-Depends: debhelper (>= 10)
Package: brag
Architecture: all
-Depends: uudeview,tcl8.3 | tclsh
+Depends: ${misc:Depends}, uudeview,tcl8.3 | tclsh
Description: Downloads and assembles multipart Usenet binaries
Brag collects and assembles multipart binary attachements from
newsgroups. This is a robust command-line tool, well suited to run
@@ -22 +22 @@
- * Bulletproof: Restarts from the last successful operation,
+ * Bulletproof: Restarts from the last successful operation
diff -u brag-1.4.1/debian/rules brag-1.4.1/debian/rules
--- brag-1.4.1/debian/rules
+++ brag-1.4.1/debian/rules
@@ -11,7 +11,7 @@
binary-indep:
dh_testdir
dh_testroot
- dh_clean -k
+ dh_prep
dh_installdirs
install brag debian/brag/usr/bin/brag
@@ -31,8 +31,10 @@
binary: binary-indep
binary-arch:
-build:
-.PHONY: build clean binary-indep binary-arch binary
+build: build-arch build-indep
+build-arch:
+build-indep:
+.PHONY: build build-arch build-indep clean binary-indep binary-arch binary
diff -u brag-1.4.1/debian/compat brag-1.4.1/debian/compat
--- brag-1.4.1/debian/compat
+++ brag-1.4.1/debian/compat
@@ -1 +1 @@
-4
+10