[librcs-perl] 05/11: Convert to debian source format "3.0 (quilt)"

Axel Beckert abe at deuxchevaux.org
Wed Nov 15 04:10:53 UTC 2017


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository librcs-perl.

commit 6855f50323bae3c0fe7faa5ce7685e77e1cd50e6
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Wed Nov 15 04:43:39 2017 +0100

    Convert to debian source format "3.0 (quilt)"
    
    Drop debian/README.source.
---
 debian/README.source | 6 ------
 debian/changelog     | 2 ++
 debian/control       | 3 +--
 debian/rules         | 6 ++----
 debian/source/format | 1 +
 5 files changed, 6 insertions(+), 12 deletions(-)

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index 7df3fd2..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,6 +0,0 @@
-This package uses quilt to manage all modifications to the upstream
-source.  Changes are stored in the source package as diffs in
-debian/patches and applied during the build.
-
-See /usr/share/doc/quilt/README.source for a detailed explanation.
-
diff --git a/debian/changelog b/debian/changelog
index 67db5c1..2475834 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,6 +22,8 @@ librcs-perl (1.05-5) UNRELEASED; urgency=low
   [ Axel Beckert ]
   * Fix double blank line and trailing whitespace in ancient
     debian/changelog entries and debian/control.
+  * Convert to debian source format "3.0 (quilt)".
+    + Drop debian/README.source.
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 16 Nov 2008 20:46:33 +0100
 
diff --git a/debian/control b/debian/control
index b4e92c2..5b05214 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,7 @@ Uploaders: gregor herrmann <gregoa at debian.org>
 Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
-Build-Depends: debhelper (>= 7),
-               quilt
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl
 Standards-Version: 3.8.0
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/librcs-perl.git
diff --git a/debian/rules b/debian/rules
index d9229f5..0d045f4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,13 +1,11 @@
 #!/usr/bin/make -f
 
-include /usr/share/quilt/quilt.make
-
 build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
+build-stamp:
 	dh build
 	touch $@
 
-clean: unpatch
+clean:
 	dh $@
 
 install: install-stamp
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)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/librcs-perl.git



More information about the Pkg-perl-cvs-commits mailing list