r24037 - in /trunk/libjavascript-perl/debian: changelog control patches/ rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Aug 9 23:45:52 UTC 2008


Author: gregoa
Date: Sat Aug  9 23:45:50 2008
New Revision: 24037

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=24037
Log:
remove second patch too and quilt framework

Removed:
    trunk/libjavascript-perl/debian/patches/
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=24037&op=diff
==============================================================================
--- trunk/libjavascript-perl/debian/changelog (original)
+++ trunk/libjavascript-perl/debian/changelog Sat Aug  9 23:45:50 2008
@@ -3,7 +3,7 @@
   * New upstream release.
   * Add debian/README.source to document quilt usage, as required by
     Debian Policy since 3.8.0.
-  * Remove patch pod-errors, applied upstream.
+  * Remove patches, applied upstream. Remove quilt framework.
 
  -- gregor herrmann <gregoa at debian.org>  Wed, 06 Aug 2008 21:33:46 -0300
 

Modified: trunk/libjavascript-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjavascript-perl/debian/control?rev=24037&op=diff
==============================================================================
--- trunk/libjavascript-perl/debian/control (original)
+++ trunk/libjavascript-perl/debian/control Sat Aug  9 23:45:50 2008
@@ -1,7 +1,7 @@
 Source: libjavascript-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5), libmozjs-dev, quilt (>= 0.40),
+Build-Depends: debhelper (>= 5), libmozjs-dev
  perl (>= 5.8.0-7), libtest-pod-coverage-perl, libtest-pod-perl, 
  libtest-exception-perl, libinline-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=24037&op=diff
==============================================================================
--- trunk/libjavascript-perl/debian/rules (original)
+++ trunk/libjavascript-perl/debian/rules Sat Aug  9 23:45:50 2008
@@ -5,7 +5,6 @@
 # be used freely wherever it is useful.
 
 # use quilt to manage patches
-include /usr/share/quilt/quilt.make
 
 export PERL_MM_USE_DEFAULT=1
 PACKAGE=$(shell dh_listpackages)
@@ -26,7 +25,7 @@
 endif
 
 build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
+build-stamp:
 	dh_testdir
 	JS_INC=/usr/include/nspr/:/usr/include/mozjs/ JS_THREADSAFE=1 JS_ENABLE_E4X=1\
 		JS_UTF8=0 JS_FORCE=1 $(PERL) Makefile.PL INSTALLDIRS=vendor
@@ -34,7 +33,7 @@
 	JS_INC=/usr/include/nspr/:/usr/include/mozjs/ $(MAKE) test
 	touch build-stamp
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
 	[ ! -f Makefile ] || $(MAKE) realclean




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