[SCM] Debian packaging of libtext-levenshtein-perl branch, master, updated. a41584490750ac6b67202be33977094a963842d2

gregor herrmann gregoa at debian.org
Mon Dec 24 21:25:44 UTC 2012


The following commit has been merged in the master branch:
commit 7f5d91dca9c23f7addb390fb69becb2100cc1af2
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Dec 24 22:18:00 2012 +0100

    Switch to "3.0 (quilt)" source format. Drop quilt build dependency. Use
    shortform dh(1) in debian/rules.

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index 9dc3fca..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,5 +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/control b/debian/control
index 8969485..f2f0454 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: libtext-levenshtein-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), quilt
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ryan Niebur <ryan at debian.org>
diff --git a/debian/rules b/debian/rules
index 3b3e4a6..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,26 +1,4 @@
 #!/usr/bin/make -f
 
-include /usr/share/quilt/quilt.make
-build-arch:
-
-build-indep build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
-	dh build
-	touch $@
-
-clean: unpatch
-	dh $@
-
-install: install-stamp
-install-stamp: build-stamp
-	dh install
-	touch $@
-
-binary-arch:
-
-binary-indep: install
+%:
 	dh $@
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build
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)

-- 
Debian packaging of libtext-levenshtein-perl



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