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).
- Depend on ${misc:Depends}.
- Recommend firefox instead of iceweasel.
- Add Homepage field.
* debian/rules: Switch to dh sequencer.
* debian/source/format: Indicate 3.0 (quilt) format.
Thanks for considering the patch.
Logan Rosen
diff -Nru png-definitive-guide-20060430/debian/compat png-definitive-guide-20060430/debian/compat
--- png-definitive-guide-20060430/debian/compat 2016-07-30 20:17:00.000000000 -0400
+++ png-definitive-guide-20060430/debian/compat 2016-07-30 15:58:39.000000000 -0400
@@ -1 +1 @@
-4
+9
diff -Nru png-definitive-guide-20060430/debian/control png-definitive-guide-20060430/debian/control
--- png-definitive-guide-20060430/debian/control 2016-07-30 20:17:00.000000000 -0400
+++ png-definitive-guide-20060430/debian/control 2016-07-30 20:16:58.000000000 -0400
@@ -2,11 +2,13 @@
Section: doc
Priority: optional
Maintainer: Ross Burton <[email protected]>
-Build-Depends: debhelper (>= 4.0.0)
+Build-Depends: debhelper (>= 9)
Standards-Version: 3.6.1
+Homepage: http://www.libpng.org/pub/png/pngbook.html
Package: png-definitive-guide
Architecture: all
-Recommends: iceweasel | www-browser
+Depends: ${misc:Depends}
+Recommends: firefox | www-browser
Description: PNG: The Definitive Guide
A free book about the PNG image format.
diff -Nru png-definitive-guide-20060430/debian/rules png-definitive-guide-20060430/debian/rules
--- png-definitive-guide-20060430/debian/rules 2016-07-30 20:17:00.000000000 -0400
+++ png-definitive-guide-20060430/debian/rules 2016-07-30 20:05:15.000000000 -0400
@@ -1,38 +1,3 @@
#! /usr/bin/make -f
-
-clean:
- dh_testdir
- dh_testroot
- dh_clean
-
-build:
-# Nothing to do
-
-install:
- dh_testdir
- dh_testroot
- dh_clean -k
- dh_installdirs
-
-# Build architecture-dependent files here.
-binary-arch: build install
-# We have nothing to do by default.
-
-# Build architecture-independent files here.
-binary-indep: install
- dh_testdir
- dh_testroot
- dh_installchangelogs
- dh_installdocs
- dh_installexamples --exclude=LICENSE.txt
- dh_install
- dh_link
- dh_compress
- dh_fixperms
- dh_installdeb
- dh_gencontrol
- dh_md5sums
- dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+%:
+ dh $@
diff -Nru png-definitive-guide-20060430/debian/source/format png-definitive-guide-20060430/debian/source/format
--- png-definitive-guide-20060430/debian/source/format 1969-12-31 19:00:00.000000000 -0500
+++ png-definitive-guide-20060430/debian/source/format 2016-07-30 20:16:02.000000000 -0400
@@ -0,0 +1 @@
+3.0 (quilt)