[liblingua-ispell-perl] 04/16: Switch to source format "3.0 (quilt)"

Axel Beckert abe at deuxchevaux.org
Wed Jan 1 02:39:29 UTC 2014


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

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

commit 46bc65fa40d675813c0357cfa2c4dc21fc919a5a
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Wed Jan 1 03:20:05 2014 +0100

    Switch to source format "3.0 (quilt)"
    
    Drop quilt usage from debian/rules as well as the quilt
    build-dependency.
---
 debian/changelog     | 2 ++
 debian/control       | 3 +--
 debian/rules         | 6 ++----
 debian/source/format | 1 +
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index da339bd..c626d1a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -41,6 +41,8 @@ liblingua-ispell-perl (0.07-6) UNRELEASED; urgency=low
 
   [ Axel Beckert ]
   * Remove obsolete local variables from the bottom of debian/changelog
+  * Switch to source format "3.0 (quilt)"
+    + Drop quilt usage from debian/rules and the quilt build-dependency
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:58 +0200
 
diff --git a/debian/control b/debian/control
index 1c27356..da8fccd 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,7 @@ Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Gunnar Wolf <gwolf at debian.org>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5.0.0),
-               quilt
+Build-Depends: debhelper (>= 5.0.0)
 Build-Depends-Indep: perl
 Standards-Version: 3.7.2
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liblingua-ispell-perl.git
diff --git a/debian/rules b/debian/rules
index 26ae7d6..486a28b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,21 +11,19 @@
 # always return the default without waiting for user input.
 export PERL_MM_USE_DEFAULT=1
 
-include /usr/share/quilt/quilt.make
-
 PERL   ?= /usr/bin/perl
 PACKAGE = $(shell dh_listpackages)
 TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
+build-stamp:
 	dh_testdir
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
 	$(MAKE) test
 	touch $@
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
 	dh_clean build-stamp 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/liblingua-ispell-perl.git



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