Package: lakai
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 90fb6639b735701b574d1f1b32f805aa7684589e Mon Sep 17 00:00:00 2001
From: Jari Aalto <[email protected]>
Date: Tue, 28 Feb 2012 14:22:28 -0500
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     |    8 ++++++++
 debian/compat        |    2 +-
 debian/control       |    4 ++--
 debian/rules         |    5 ++---
 debian/source/format |    1 +
 5 files changed, 14 insertions(+), 6 deletions(-)
 create mode 100644 debian/source/format

diff --git a/debian/changelog b/debian/changelog
index a1cc9f8..3eb0872 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+lakai (0.1-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Remove deprecated dpatch and upgrade to packaging format "3.0 quilt".
+  * Update to Standards-Version to 3.9.3 and debhelper to 9.
+
+ -- Jari Aalto <[email protected]>  Tue, 28 Feb 2012 14:20:45 -0500
+
 lakai (0.1-1) unstable; urgency=low
 
   * First Debian upload (closes: #269190), sponsored by 
diff --git a/debian/compat b/debian/compat
index b8626c4..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-4
+9
diff --git a/debian/control b/debian/control
index 088fc8f..656dc64 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: lakai
 Section: sound
 Priority: optional
 Maintainer: Free Ekanayaka <[email protected]>
-Build-Depends: debhelper (>= 4.0.0), dpatch
-Standards-Version: 3.6.1.1
+Build-Depends: debhelper (>= 9)
+Standards-Version: 3.9.3
 
 Package: lakai
 Architecture: any
diff --git a/debian/rules b/debian/rules
index 91abfcb..59e1748 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,6 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-include /usr/share/dpatch/dpatch.make
 
 
 
@@ -32,7 +31,7 @@ configure-stamp:
 
 build: build-stamp
 
-build-stamp: patch-stamp configure-stamp 
+build-stamp: configure-stamp 
 	dh_testdir
 
 	# Add here commands to compile the package.
@@ -41,7 +40,7 @@ build-stamp: patch-stamp configure-stamp
 
 	touch build-stamp
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp
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

Reply via email to