Package: jlha-utils
Severity: wishlist
Tags: patch
Hi,
The dpatch patch management system has been deprecated for some time. The
Lintian currently flags use of dpatch packages as an error. The new 3.0
packaging format is an improved version which, among other things, contains
patch management built-in. For more information, see:
http://wiki.debian.org/Projects/DebSrc3.0
I had some free time; see attached patch to migrate to new package
format. Note that all files in debian/patches/* are canocalized to
*.patch.
Let me know if there is anything that needs adjusting or if it is ok
to upload this version in a NMU in case you are working on other
issues needing attention.
Thanks,
Jari
>From 6cb424c3812b9db92d45de0888a69cfc2bf53c9a Mon Sep 17 00:00:00 2001
From: Jari Aalto <[email protected]>
Date: Sat, 14 Apr 2012 21:20:45 +0300
Subject: [PATCH] format-3.0
Organization: Private
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
Signed-off-by: Jari Aalto <[email protected]>
---
debian/changelog | 12 ++++++++++++
debian/compat | 2 +-
debian/control | 8 ++++----
debian/copyright | 6 +++---
debian/rules | 1 -
debian/source/format | 1 +
6 files changed, 21 insertions(+), 9 deletions(-)
create mode 100644 debian/source/format
diff --git a/debian/changelog b/debian/changelog
index 31a80a7..3f99972 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+jlha-utils (0.1.6-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Remove simple-patchsys.mk and upgrade to packaging format "3.0 quilt"
+ which cinludes patch management built-in.
+ * Update to Standards-Version to 3.9.3 and debhelper to 9 to benefit
+ from hardened build flags.
+ * Update obsolete depends default-jdk-builddep with default-jdk.
+ * Fix copyright-with-old-dh-make-debian-copyright (Lintian).
+
+ -- Jari Aalto <[email protected]> Sat, 14 Apr 2012 21:18:49 +0300
+
jlha-utils (0.1.6-1) unstable; urgency=low
* New upstream release (Closes: #519830)
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+9
diff --git a/debian/control b/debian/control
index 38ae182..f67653c 100644
--- a/debian/control
+++ b/debian/control
@@ -2,10 +2,10 @@ Source: jlha-utils
Section: utils
Priority: optional
Maintainer: Ying-Chun Liu (PaulLiu) <[email protected]>
-Build-Depends: cdbs (>= 0.4.36), debhelper (>= 5)
-Build-Depends-Indep: ant, default-jdk-builddep, libjlha-java, docbook-to-man
-Standards-Version: 3.8.2
-Homepage: http://sourceforge.net/projects/jlhafrontend/
+Build-Depends: cdbs (>= 0.4.36), debhelper (>= 9)
+Build-Depends-Indep: ant, default-jdk, libjlha-java, docbook-to-man
+Standards-Version: 3.9.3
+Homepage: http://sourceforge.net/projects/jlhafrontend
Package: jlha-utils
Architecture: all
diff --git a/debian/copyright b/debian/copyright
index baa53d5..2042547 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -10,7 +10,7 @@ Upstream Authors:
Copyright:
- Copyright (c) 2006 Ying-Chun Liu (PaulLiu) <[email protected]>
+ Copyright (C) 2006 Ying-Chun Liu (PaulLiu) <[email protected]>
Copyright (C) 2002 Michel Ishizuka
License:
@@ -38,5 +38,5 @@ License:
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.
-The Debian packaging is (C) 2006, Ying-Chun Liu (PaulLiu) <[email protected]>
-and is licensed under the same license as above.
+The Debian packaging is Copyright (C) 2006, Ying-Chun Liu (PaulLiu)
+<[email protected]> and is licensed under the same license as above.
diff --git a/debian/rules b/debian/rules
index 48d3189..9859ee8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,6 @@ UPSTREAM_VERSION := $(shell dpkg-parsechangelog |\
egrep '^Version:' | cut -f2 -\d' ' | cut -f1 -d- )
include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
include /usr/share/cdbs/1/class/ant.mk
JAVA_HOME := /usr/lib/jvm/default-java
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
--
1.7.9.5