Package: xjump
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 b2b7780f1bfe52eff28abddb19e793161cd53a87 Mon Sep 17 00:00:00 2001
From: Jari Aalto
Date: Thu, 12 Apr 2012 12:10:47 +0300
Subject: [PATCH] format-3.0
Organization: Private
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
Signed-off-by: Jari Aalto
---
debian/changelog | 14
debian/compat |2 +-
debian/control |8 ++---
debian/copyright |2 +-
debian/patches/00list |5 ---
debian/patches/01_overflow.dpatch | 33 -
debian/patches/01_overflow.patch | 16 +
debian/patches/02_fix_repeat.dpatch| 38
debian/patches/02_fix_repeat.patch | 19 ++
...ce_warnings.dpatch => 03_source_warnings.patch} | 21 ++-
...ags.dpatch => 04_makefile_respect_cflags.patch} | 21 ++-
...5_unneded_deps.dpatch => 05_unneded_deps.patch} |8 ++---
debian/patches/series |5 +++
debian/postinst|4 ++-
debian/postrm |4 ++-
debian/prerm |5 ++-
debian/rules | 13 ---
debian/source/format |1 +
18 files changed, 86 insertions(+), 133 deletions(-)
delete mode 100644 debian/patches/00list
delete mode 100644 debian/patches/01_overflow.dpatch
create mode 100644 debian/patches/01_overflow.patch
delete mode 100644 debian/patches/02_fix_repeat.dpatch
create mode 100644 debian/patches/02_fix_repeat.patch
rename debian/patches/{03_source_warnings.dpatch => 03_source_warnings.patch} (72%)
rename debian/patches/{04_makefile_respect_cflags.dpatch => 04_makefile_respect_cflags.patch} (70%)
rename debian/patches/{05_unneded_deps.dpatch => 05_unneded_deps.patch} (66%)
create mode 100644 debian/patches/series
mode change 100644 => 100755 debian/postinst
mode change 100644 => 100755 debian/postrm
mode change 100644 => 100755 debian/prerm
create mode 100644 debian/source/format
diff --git a/debian/changelog b/debian/changelog
index e22abaa..86ac818 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+xjump (2.7.5-6.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.
+ * Add build-arch and build-indep targets to rules file.
+ * Fix dh_desktop-is-deprecated (Lintian).
+ * Fix description-synopsis-starts-with-article (Lintian).
+ * Fix copyright-refers-to-symlink-license (Lintian).
+ * Fix maintainer-script-without-set-e *{rm,inst} (Lintian).
+ * Fix desktop-entry-contains-encoding-key (Lintian).
+
+ -- Jari Aalto Thu, 12 Apr 2012 12:07:54 +0300
+
xjump (2.7.5-6) unstable; urgency=low
* Build-depend on x11proto-core-dev instead of deprecated x-dev,
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 504109a..4a09a0a 100644
--- a/debian/control
+++ b/debian/control
@@ -2,13 +2,13 @@ Source: xjump
Section: games
Priority: optional
Maintainer: Samuel Mimram
-Build-Depends: debhelper (>= 7.0.0), dpatch, libx11-dev, libxpm-dev, libxt-dev, x11proto-core-dev, libxaw7-dev
-Standards-Version: 3.8.0
+Build-Depends: debhelper (>= 9), libx11-dev, libxpm-dev, libxt-dev, x11proto-core-dev, libxaw7-dev
+Standards-Version: 3.9.3
Package: xjump
Architecture: any
-Depends: ${shlibs:Depends}
-Description: A jumping game for X
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: jumping game for X
The epitome of addictive and pointless games, xjump is simply a game
where one jumps from one platform to a higher platform, over and over. If
you can't keep up with the pace of jumping, the floor swallows you up and
diff --git a/debian/copyright b/debian/copyright
index 96b5556..a3cae6a 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -10,4 +10,4 @@ Software Foundat