r15022 - in /trunk/libmoose-perl/debian: changelog control patches/ rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sat Feb 16 19:40:30 UTC 2008


Author: gregoa-guest
Date: Sat Feb 16 19:40:29 2008
New Revision: 15022

URL: http://svn.debian.org/wsvn/?sc=1&rev=15022
Log:
Drop patch manpage-whatis.patch, the upstream code now contains the
  massing whatis entries; drop quilt framework.

Removed:
    trunk/libmoose-perl/debian/patches/
Modified:
    trunk/libmoose-perl/debian/changelog
    trunk/libmoose-perl/debian/control
    trunk/libmoose-perl/debian/rules

Modified: trunk/libmoose-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libmoose-perl/debian/changelog?rev=15022&op=diff
==============================================================================
--- trunk/libmoose-perl/debian/changelog (original)
+++ trunk/libmoose-perl/debian/changelog Sat Feb 16 19:40:29 2008
@@ -1,11 +1,13 @@
 libmoose-perl (0.38-1) UNRELEASED; urgency=low
 
   NEEDS: libclass-mop-perl >= 0.53
-  
+
   * New upstream release.
   * Bump (build) dependency on libclass-mop-perl to >= 0.53.
-
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 16 Feb 2008 20:37:27 +0100
+  * Drop patch manpage-whatis.patch, the upstream code now contains the
+    massing whatis entries; drop quilt framework.
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 16 Feb 2008 20:39:15 +0100
 
 libmoose-perl (0.36-1) unstable; urgency=low
 

Modified: trunk/libmoose-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libmoose-perl/debian/control?rev=15022&op=diff
==============================================================================
--- trunk/libmoose-perl/debian/control (original)
+++ trunk/libmoose-perl/debian/control Sat Feb 16 19:40:29 2008
@@ -1,7 +1,7 @@
 Source: libmoose-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 6), libmodule-build-perl, quilt
+Build-Depends: debhelper (>= 6), libmodule-build-perl
 Build-Depends-Indep: perl (>= 5.8.0-7), libtest-longstring-perl,
  libclass-mop-perl (>= 0.53), libsub-exporter-perl (>= 0.972),
  libtest-exception-perl, libtest-pod-perl, libtest-pod-coverage-perl,

Modified: trunk/libmoose-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libmoose-perl/debian/rules?rev=15022&op=diff
==============================================================================
--- trunk/libmoose-perl/debian/rules (original)
+++ trunk/libmoose-perl/debian/rules Sat Feb 16 19:40:29 2008
@@ -6,8 +6,6 @@
 #
 # It was later modified by Jason Kohles <email at jasonkohles.com>
 # http://www.jasonkohles.com/ to support Module::Build installed modules
-
-include /usr/share/quilt/quilt.make
 
 export PERL_MM_USE_DEFAULT=1
 PACKAGE=$(shell dh_listpackages)
@@ -19,14 +17,14 @@
 TMP     =$(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
+build-stamp:
 	dh_testdir
 	$(PERL) Build.PL installdirs=vendor
 	$(PERL) Build
 	$(PERL) Build test
 	touch build-stamp
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
 	dh_clean build-stamp install-stamp




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