r76512 - in /trunk/libmail-mboxparser-perl/debian: README.source changelog control rules source/ source/format

carnil at users.alioth.debian.org carnil at users.alioth.debian.org
Fri Jun 24 21:45:45 UTC 2011


Author: carnil
Date: Fri Jun 24 21:45:43 2011
New Revision: 76512

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=76512
Log:
* Convert to '3.0 (quilt)' source package format.
* Remove README.source and drop quilt framework.
* debian/control:
  - Drop quilt from Build-Depends.
* debian/rules: Use tiny rules makefile.

Added:
    trunk/libmail-mboxparser-perl/debian/source/
    trunk/libmail-mboxparser-perl/debian/source/format
Removed:
    trunk/libmail-mboxparser-perl/debian/README.source
Modified:
    trunk/libmail-mboxparser-perl/debian/changelog
    trunk/libmail-mboxparser-perl/debian/control
    trunk/libmail-mboxparser-perl/debian/rules

Modified: trunk/libmail-mboxparser-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-mboxparser-perl/debian/changelog?rev=76512&op=diff
==============================================================================
--- trunk/libmail-mboxparser-perl/debian/changelog (original)
+++ trunk/libmail-mboxparser-perl/debian/changelog Fri Jun 24 21:45:43 2011
@@ -17,8 +17,13 @@
     patch to patch the attachment name in t/10_qpnames.t which is not
     valid UTF-8 and thus does not match text stored in the mbox. Fixes FTBFS
     (Closes: #615545).
+  * Convert to '3.0 (quilt)' source package format.
+  * Remove README.source and drop quilt framework.
+  * debian/control:
+    - Drop quilt from Build-Depends.
+  * debian/rules: Use tiny rules makefile.
 
- -- Salvatore Bonaccorso <carnil at debian.org>  Fri, 24 Jun 2011 00:04:51 +0200
+ -- Salvatore Bonaccorso <carnil at debian.org>  Fri, 24 Jun 2011 23:45:31 +0200
 
 libmail-mboxparser-perl (0.55-2) unstable; urgency=low
 

Modified: trunk/libmail-mboxparser-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-mboxparser-perl/debian/control?rev=76512&op=diff
==============================================================================
--- trunk/libmail-mboxparser-perl/debian/control (original)
+++ trunk/libmail-mboxparser-perl/debian/control Fri Jun 24 21:45:43 2011
@@ -1,7 +1,7 @@
 Source: libmail-mboxparser-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), quilt
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl (>= 5.8.0-7), libmime-tools-perl, libfile-temp-perl,
  libmail-mbox-messageparser-perl, libtest-pod-perl, libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>

Modified: trunk/libmail-mboxparser-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-mboxparser-perl/debian/rules?rev=76512&op=diff
==============================================================================
--- trunk/libmail-mboxparser-perl/debian/rules (original)
+++ trunk/libmail-mboxparser-perl/debian/rules Fri Jun 24 21:45:43 2011
@@ -1,25 +1,4 @@
 #!/usr/bin/make -f
 
-include /usr/share/quilt/quilt.make
-
-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

Added: trunk/libmail-mboxparser-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-mboxparser-perl/debian/source/format?rev=76512&op=file
==============================================================================
--- trunk/libmail-mboxparser-perl/debian/source/format (added)
+++ trunk/libmail-mboxparser-perl/debian/source/format Fri Jun 24 21:45:43 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)




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