r53917 - in /trunk/libjavascript-perl/debian: README.source changelog control rules source/ source/format

franck at users.alioth.debian.org franck at users.alioth.debian.org
Sun Mar 7 22:08:06 UTC 2010


Author: franck
Date: Sun Mar  7 22:07:57 2010
New Revision: 53917

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=53917
Log:
Switch to dpkg-source 3.0 (quilt) format:

* Switch to dpkg-source 3.0 (quilt) format:
  + Removed useless README.source which only documented the quilt usage.
  + Removed --with-quilt argument for debhelper.
  + Removed BDI on quilt in d.control.

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

Modified: trunk/libjavascript-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjavascript-perl/debian/changelog?rev=53917&op=diff
==============================================================================
--- trunk/libjavascript-perl/debian/changelog (original)
+++ trunk/libjavascript-perl/debian/changelog Sun Mar  7 22:07:57 2010
@@ -7,6 +7,10 @@
     + Refreshed remove-branch-handler patch.
     + Removed pod-generator.patch patch (fixed upstream).
     + Removed disable-pod-coverage.patch (fixed upstream).
+  * Switch to dpkg-source 3.0 (quilt) format:
+    + Removed useless README.source which only documented the quilt usage.
+    + Removed --with-quilt argument for debhelper.
+    + Removed BDI on quilt in d.control.
 
  -- Jonathan Yu <jawnsy at cpan.org>  Sun, 28 Feb 2010 12:38:04 -0500
 

Modified: trunk/libjavascript-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjavascript-perl/debian/control?rev=53917&op=diff
==============================================================================
--- trunk/libjavascript-perl/debian/control (original)
+++ trunk/libjavascript-perl/debian/control Sun Mar  7 22:07:57 2010
@@ -1,7 +1,7 @@
 Source: libjavascript-perl
 Section: perl
 Priority: optional
-Build-Depends: perl, debhelper (>= 7.0.50~), quilt (>= 0.46-7),
+Build-Depends: perl, debhelper (>= 7.0.50~),
  libmozjs-dev, libtest-pod-coverage-perl, libtest-pod-perl, libinline-perl,
  libtest-exception-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>

Modified: trunk/libjavascript-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjavascript-perl/debian/rules?rev=53917&op=diff
==============================================================================
--- trunk/libjavascript-perl/debian/rules (original)
+++ trunk/libjavascript-perl/debian/rules Sun Mar  7 22:07:57 2010
@@ -6,7 +6,7 @@
 %:
 	JS_INC=/usr/include/nspr/:/usr/include/mozjs/ \
 	JS_THREADSAFE=1 JS_ENABLE_E4X=1 JS_UTF8=0 JS_FORCE=1 \
-	dh --with quilt $@
+	dh $@
 
 override_dh_clean:
 	$(RM) JavaScript_Env.h

Added: trunk/libjavascript-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjavascript-perl/debian/source/format?rev=53917&op=file
==============================================================================
--- trunk/libjavascript-perl/debian/source/format (added)
+++ trunk/libjavascript-perl/debian/source/format Sun Mar  7 22:07:57 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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