[xpenguins] 19/35: Move to quilt as patch manager
Andreas Tille
tille at debian.org
Wed Jan 31 13:43:08 UTC 2018
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository xpenguins.
commit 458d55bc5d34ba98f243a6b290c6ff424325957b
Author: Alexander Reichle-Schmehl <tolimar at debian.org>
Date: Mon Oct 24 15:40:14 2011 +0000
Move to quilt as patch manager
---
debian/README.source | 5 ++---
debian/changelog | 3 ++-
debian/control | 2 +-
debian/patches/00list | 2 --
debian/patches/{01_HOMEsegfault.dpatch => 01_HOMEsegfault.diff} | 0
debian/patches/{02_randomtheme.dpatch => 02_randomtheme.diff} | 0
debian/patches/series | 2 ++
debian/rules | 2 +-
8 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/debian/README.source b/debian/README.source
index ad61918..d803172 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -1,3 +1,2 @@
-This package uses dpatch fpr patch management. Please see
-/usr/share/doc/dpatch/README.source.gz for further information about it.
-
+This package uses quilt for patch management, for more information see
+the file /usr/share/doc/quilt/README.source in the quilt package.
diff --git a/debian/changelog b/debian/changelog
index 6ba5f5f..fd62883 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
xpenguins (2.2-8) UNRELEASED; urgency=low
* NOT RELEASED YET
+ * Move to quilt as patch manager
- -- Alexander Reichle-Schmehl <tolimar at debian.org> Mon, 24 Oct 2011 17:31:45 +0200
+ -- Alexander Reichle-Schmehl <tolimar at debian.org> Mon, 24 Oct 2011 17:39:32 +0200
xpenguins (2.2-7) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 4787ff3..9bbbf7b 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: xpenguins
Section: games
Priority: optional
Maintainer: Alexander Reichle-Schmehl <tolimar at debian.org>
-Build-Depends: debhelper (>= 5), libx11-dev, libxext-dev, libxpm-dev, libxt-dev, x11proto-core-dev, dpatch, cdbs
+Build-Depends: debhelper (>= 5), libx11-dev, libxext-dev, libxpm-dev, libxt-dev, x11proto-core-dev, quilt, cdbs
Standards-Version: 3.8.3
Homepage: http://xpenguins.seul.org/
diff --git a/debian/patches/00list b/debian/patches/00list
deleted file mode 100644
index 1493a66..0000000
--- a/debian/patches/00list
+++ /dev/null
@@ -1,2 +0,0 @@
-01_HOMEsegfault
-02_randomtheme
diff --git a/debian/patches/01_HOMEsegfault.dpatch b/debian/patches/01_HOMEsegfault.diff
similarity index 100%
rename from debian/patches/01_HOMEsegfault.dpatch
rename to debian/patches/01_HOMEsegfault.diff
diff --git a/debian/patches/02_randomtheme.dpatch b/debian/patches/02_randomtheme.diff
similarity index 100%
rename from debian/patches/02_randomtheme.dpatch
rename to debian/patches/02_randomtheme.diff
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..6bc3a93
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,2 @@
+01_HOMEsegfault.diff
+02_randomtheme.diff
diff --git a/debian/rules b/debian/rules
index 37cc02c..56da6c1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/dpatch.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
BASE := $(CURDIR)/debian/xpenguins
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/xpenguins.git
More information about the Pkg-games-commits
mailing list