summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2010-11-17 07:11:23 +0100
committerMichael Biebl <biebl@debian.org>2010-11-17 07:11:23 +0100
commit9d1817464863d34442c735da541d65827cc39d2f (patch)
tree2d216a0e3321bcc7170ef755e7b7137b35ecea5e
parent94ba8058276013f2bd7f65559351c8fc3ee55f7b (diff)
downloadconsolekit-9d1817464863d34442c735da541d65827cc39d2f.tar.gz
Switch to source format 3.0 (quilt)
* Switch to source format 3.0 (quilt) - Add debian/source/format. - Drop quilt from Build-Depends. - Remove /usr/share/cdbs/1/rules/patchsys-quilt.mk include. - Remove debian/README.source.
-rw-r--r--debian/README.source3
-rw-r--r--debian/changelog5
-rw-r--r--debian/control1
-rwxr-xr-xdebian/rules1
-rw-r--r--debian/source/format1
5 files changed, 6 insertions, 5 deletions
diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index 96fb271..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,3 +0,0 @@
-This package uses the quilt patch management system.
-
-Please refer to /usr/share/doc/quilt/README.source for further information.
diff --git a/debian/changelog b/debian/changelog
index 05b0179..75f8601 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,11 @@ consolekit (0.4.3-1) UNRELEASED; urgency=low
* Use dh-autoreconf to update the build system
- Add Build-Depends on dh-autoreconf.
- Add /usr/share/cdbs/1/rules/autoreconf.mk include in debian/rules.
+ * Switch to source format 3.0 (quilt)
+ - Add debian/source/format.
+ - Drop quilt from Build-Depends.
+ - Remove /usr/share/cdbs/1/rules/patchsys-quilt.mk include.
+ - Remove debian/README.source.
-- Michael Biebl <biebl@debian.org> Wed, 17 Nov 2010 06:51:57 +0100
diff --git a/debian/control b/debian/control
index c676064..80e8a67 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,6 @@ Build-Depends: cdbs,
debhelper (>= 7),
autotools-dev,
pkg-config,
- quilt,
libdbus-glib-1-dev (>= 0.30),
libglib2.0-dev (>= 2.14.0),
libx11-dev (>= 1.0.0),
diff --git a/debian/rules b/debian/rules
index fc508cd..a4c5c9c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,6 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/rules/utils.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
include /usr/share/cdbs/1/rules/autoreconf.mk
DEB_CONFIGURE_LIBEXECDIR := "\$$(prefix)/lib/ConsoleKit"
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)