Here are some more fixes to the original message. Alternatively you
can download the archive from Debian with all the changes.

Thank you for helping with this update,
Jari

>From 2f0ce6ff1afea637d63fe6082c06b185942fa6fa Mon Sep 17 00:00:00 2001
From: Jari Aalto <[email protected]>
Date: Wed, 4 Apr 2012 19:56:10 +0300
Subject: [PATCH] nmu
Organization: Private
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

Signed-off-by: Jari Aalto <[email protected]>
---
 debian/changelog     |   13 ++++++++-----
 debian/control       |    2 +-
 debian/copyright     |    2 +-
 debian/rules         |    6 +++++-
 debian/source/format |    1 +
 5 files changed, 16 insertions(+), 8 deletions(-)
 create mode 100644 debian/source/format

diff --git a/debian/changelog b/debian/changelog
index f19e8f8..1a20564 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,13 @@
 contextfree (2.2+dfsg1-2.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]>  Mon, 27 Feb 2012 12:36:39 -0500
+  * Non-maintainer upload; ACKed by the maintainer, see #664418.
+  * Remove deprecated dpatch and upgrade to packaging format "3.0 quilt"
+    (Closes: #664418).
+  * Update to Standards-Version to 3.9.3.1 and debhelper to 9.
+  * Add build-arch and build-indep targets; use dh_prep in rules file.
+  * Fix copyright-refers-to-symlink-license (Lintian).
+
+ -- Jari Aalto <[email protected]>  Wed, 04 Apr 2012 19:56:05 +0300
 
 contextfree (2.2+dfsg1-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 5d9944b..b97463b 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: extra
 Maintainer: Bram Senders <[email protected]>
 Uploaders: Paul van Tilburg <[email protected]>
 Build-Depends: debhelper (>= 9), flex, bison, libpng12-dev, libagg-dev
-Standards-Version: 3.9.3
+Standards-Version: 3.9.3.1
 Homepage: http://contextfreeart.org/
 
 Package: contextfree
diff --git a/debian/copyright b/debian/copyright
index 824c1a6..bbd8f0a 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -35,7 +35,7 @@ License:
     51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 
 On Debian systems, the complete text of the GPL can be found in 
-/usr/share/common-licenses/GPL.
+/usr/share/common-licenses/GPL-2.
 
 The Debian packaging is Copyright (C) 2008-2009 Bram Senders <[email protected]>,
 and is licensed under the GNU General Public License, version 2.
diff --git a/debian/rules b/debian/rules
index 3bfab39..f2cf65c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,6 +10,10 @@
 #export DH_VERBOSE=1
 
 
+
+build-arch: build
+build-indep: build
+
 build: build-stamp
 build-stamp:
 	dh_testdir
@@ -26,7 +30,7 @@ clean:
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k 
+	dh_prep
 	dh_installdirs
 
 binary-indep: build install
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.1

Reply via email to