r36295 - in /trunk/libmoosex-types-perl/debian: changelog control patches/ rules

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Sun May 24 07:16:44 UTC 2009


Author: ryan52-guest
Date: Sun May 24 07:16:23 2009
New Revision: 36295

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=36295
Log:
* add libsub-name-perl to (build)deps
* remove patching, it's fixed upstream

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

Modified: trunk/libmoosex-types-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-types-perl/debian/changelog?rev=36295&op=diff
==============================================================================
--- trunk/libmoosex-types-perl/debian/changelog (original)
+++ trunk/libmoosex-types-perl/debian/changelog Sun May 24 07:16:23 2009
@@ -2,8 +2,10 @@
 
   * New upstream release
   * Add myself to Uploaders
+  * add libsub-name-perl to (build)deps
+  * remove patching, it's fixed upstream
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Sun, 24 May 2009 00:12:46 -0700
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Sun, 24 May 2009 00:15:42 -0700
 
 libmoosex-types-perl (0.10-1) unstable; urgency=low
 

Modified: trunk/libmoosex-types-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-types-perl/debian/control?rev=36295&op=diff
==============================================================================
--- trunk/libmoosex-types-perl/debian/control (original)
+++ trunk/libmoosex-types-perl/debian/control Sun May 24 07:16:23 2009
@@ -1,11 +1,12 @@
 Source: libmoosex-types-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), quilt
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: libcarp-clan-perl (>= 6), libmoose-perl (>= 0.61),
   libnamespace-clean-perl (>= 0.08), libsub-install-perl (>= 0.924),
   libsub-exporter-perl, libclass-mop-perl, perl (>= 5.8.0),
-  libtest-simple-perl (>= 0.80), libtest-exception-perl
+  libtest-simple-perl (>= 0.80), libtest-exception-perl,
+  libsub-name-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ansgar Burchardt <ansgar at 43-1.org>, Ryan Niebur <ryanryan52 at gmail.com>
 Standards-Version: 3.8.1
@@ -18,7 +19,7 @@
 Depends: ${misc:Depends}, ${perl:Depends}, libcarp-clan-perl (>= 6),
   libmoose-perl (>= 0.61), libnamespace-clean-perl (>= 0.08),
   libsub-install-perl (>= 0.924), libsub-exporter-perl, libclass-mop-perl,
-  perl (>= 5.8.0)
+  perl (>= 5.8.0), libsub-name-perl
 Description: Perl module to organise Moose types in libraries
  The types provided with Moose are by design global. The MooseX::Types module
  helps you to organise and selectively import your own and the built-in types

Modified: trunk/libmoosex-types-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-types-perl/debian/rules?rev=36295&op=diff
==============================================================================
--- trunk/libmoosex-types-perl/debian/rules (original)
+++ trunk/libmoosex-types-perl/debian/rules Sun May 24 07:16:23 2009
@@ -1,13 +1,11 @@
 #!/usr/bin/make -f
 
-include /usr/share/quilt/quilt.make
-
 build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
+build-stamp:
 	dh build
 	touch $@
 
-clean: unpatch
+clean:
 	dh $@
 
 install: install-stamp




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