Control: tags -1 patch

Dear Maintainer,

In Ubuntu, the attached patch was applied to achieve the following:

  * debian/compat: Bump to 9.
  * debian/control:
    - Build-depend on debhelper (>= 9).
    - Move homepage to its own field.
  * debian/rules:
    - Add recommended build-arch and build-indep targets.
    - Use dh_prep instead of dh_clean -k.
    - Don't allow distclean to ignore errors.
  * debian/watch: Add.
  * debian/copyright: Don't point to symlink GPL.

Thanks for considering the patch.

Logan Rosen
diff -u easyh10-1.5/debian/control easyh10-1.5/debian/control
--- easyh10-1.5/debian/control
+++ easyh10-1.5/debian/control
@@ -2,8 +2,9 @@
 Section: sound
 Priority: extra
 Maintainer: Benjamin Seidenberg <astro...@dlgeek.net>
-Build-Depends: debhelper (>= 4.0.0), autotools-dev, libid3tag0-dev
+Build-Depends: debhelper (>= 9), autotools-dev, libid3tag0-dev
 Standards-Version: 3.7.2
+Homepage: http://easyh10.sourceforge.net/
 
 Package: easyh10
 Architecture: any
@@ -15,2 +15,0 @@
- .
- Homepage: http://easyh10.sourceforge.net/
diff -u easyh10-1.5/debian/compat easyh10-1.5/debian/compat
--- easyh10-1.5/debian/compat
+++ easyh10-1.5/debian/compat
@@ -1 +1 @@
-4
+9
diff -u easyh10-1.5/debian/copyright easyh10-1.5/debian/copyright
--- easyh10-1.5/debian/copyright
+++ easyh10-1.5/debian/copyright
@@ -26,3 +26,3 @@
 On Debian systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
+Public License can be found in `/usr/share/common-licenses/GPL-2'.
 
diff -u easyh10-1.5/debian/rules easyh10-1.5/debian/rules
--- easyh10-1.5/debian/rules
+++ easyh10-1.5/debian/rules
@@ -37,7 +37,9 @@
 	CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
 
 
-build: build-stamp
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
 
 build-stamp:  config.status
 	dh_testdir
@@ -54,7 +56,7 @@
 	-rm -f config.sub config.guess
 
 	# Add here commands to clean up after the build process.
-	-$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 
 
 	dh_clean 
@@ -62,7 +64,7 @@
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k 
+	dh_prep
 	dh_installdirs
 
 	# Add here commands to install the package into debian/easyh10.
@@ -101 +103 @@
-.PHONY: build clean binary-indep binary-arch binary install 
+.PHONY: build build-arch build-indep clean binary-indep binary-arch binary install 
only in patch2:
unchanged:
--- easyh10-1.5.orig/debian/watch
+++ easyh10-1.5/debian/watch
@@ -0,0 +1,2 @@
+version=4
+http://sf.net/easyh10/easyh10-(.+).tar.gz

Reply via email to