summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog3
-rw-r--r--debian/control2
-rw-r--r--debian/patchsys-quilt.mk3
3 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 7779c56..ba2281b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,9 @@ quilt (0.39-1) unstable; urgency=low
* Take care of the lost souls patching their config.* files.
Cdbs updates them automatically. Thanks to Robert Millan for detecting
the issue (in cdbs) and proposing a fix (in quilt). (Closes: #295913).
+
+ This implies a versionned depend on cdbs (>=0.4.27-1) for using packages,
+ since part of the fix is in there. quilt itself suggests this version.
-- Martin Quinson <mquinson@debian.org> Thu, 24 Feb 2005 13:51:10 +0100
diff --git a/debian/control b/debian/control
index 96e6c5d..e0042b3 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Standards-Version: 3.6.1.0
Package: quilt
Architecture: any
Depends: patch, diffstat, bzip2, gettext, gawk, ${shlibs:Depends}
-Suggests: ccache
+Suggests: ccache, cdbs (>=0.4.27-1)
Description: Tool to work with series of patches
Quilt manages a series of patches by keeping track of the changes
each of them makes. They are logically organized as a stack, and you can
diff --git a/debian/patchsys-quilt.mk b/debian/patchsys-quilt.mk
index 346ca6c..24f86fa 100644
--- a/debian/patchsys-quilt.mk
+++ b/debian/patchsys-quilt.mk
@@ -69,6 +69,9 @@ CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), quilt
CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), patchutils
+# target reverse-config, which we use, don't exist in old cdbs
+CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), cdbs (>= 0.4.27-1)
+
evil_patches_that_do_nasty_things := $(shell \
if lsdiff=`which lsdiff` ; then \
patchlist=`$(DEB_QUILT_CMD) series \