[SCM] Debian packaging of libimage-exif-perl branch, master, updated. 0615eb2f29dbe6f9d02cc5eef38db8e876a4462b

gregor herrmann gregoa at debian.org
Sun May 27 17:51:35 UTC 2012


The following commit has been merged in the master branch:
commit 4b8ec1c03310d202675240c931bdad686511e244
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun May 27 19:12:27 2012 +0200

    Switch to "3.0 (quilt)" source format; remove quilt framework.

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 0346146..1dd01d4 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,7 @@ Section: perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>,
  Damyan Ivanov <dmn at debian.org>
-Build-Depends: debhelper (>= 6), perl (>= 5.8.0),
- quilt
+Build-Depends: debhelper (>= 6), perl (>= 5.8.0)
 Standards-Version: 3.7.3
 Homepage: http://search.cpan.org/dist/Image-EXIF/
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libimage-exif-perl.git
diff --git a/debian/rules b/debian/rules
index 76b5b58..88d109f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,8 +6,6 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-include /usr/share/quilt/quilt.make
-
 CFLAGS = -Wall -g
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
@@ -24,7 +22,7 @@ PACKAGE=$(shell dh_listpackages)
 TMP=$(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
+build-stamp:
 	dh_testdir
 
 	# Add here commands to compile the package.
@@ -33,7 +31,7 @@ build-stamp: $(QUILT_STAMPFN)
 	$(MAKE) test
 	touch $@
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
 
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 libimage-exif-perl



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