summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/README.source21
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules2
-rw-r--r--debian/source/format1
4 files changed, 3 insertions, 22 deletions
diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index a6f488e..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,21 +0,0 @@
-Making changes to this source package
-=====================================
-
-This source package uses quilt to keep track of patches to the upstream
-source. To get a patched copy of the source that is ready for editing,
-you can simply run
-
- dh_quilt_patch
-
-from the "root" of the unpacked source tree. If you would like to make
-additional changes, it's best to implement them as quilt patches. To
-prepare for that, run
-
- export QUILT_PATCHES=debian/patches
-
-After that, you can use quilt commands like 'quilt new <patch name>',
-'quilt add', and 'quilt refresh' to create your patches. Please see the
-quilt(1) man page for reference.
-
-To disable specific patches, simply edit debian/patches/series and
-comment out the patches you want to disable with a '#' character.
diff --git a/debian/changelog b/debian/changelog
index 0322c1a..ccb43c3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ makedumpfile (1.3.5-1) UNRELEASED; urgency=low
* New upstream version
* Preserve upstream's original makedumpfile.8 in clean target
* kdump-config: Fix a typo
+ * Switch to the "3.0 (quilt)" source format
-- John Wright <jsw@debian.org> Thu, 17 Dec 2009 15:27:30 -0700
diff --git a/debian/rules b/debian/rules
index 887f5c5..837650c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
branch = $(shell git symbolic-ref HEAD 2>/dev/null | sed s:refs/heads/::)
%:
- dh --with quilt $@
+ dh $@
override_dh_auto_install:
dh_auto_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)