r41960 - in /trunk/libyaml-perl/debian: changelog patches/yaml-tiny.patch rules

iulian-guest at users.alioth.debian.org iulian-guest at users.alioth.debian.org
Sun Aug 16 15:40:32 UTC 2009


Author: iulian-guest
Date: Sun Aug 16 15:40:26 2009
New Revision: 41960

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=41960
Log:
* Refreshed debian/patches/yaml-tiny.patch.
  - s/dh_list_packages/dh_listpackages/

Modified:
    trunk/libyaml-perl/debian/changelog
    trunk/libyaml-perl/debian/patches/yaml-tiny.patch
    trunk/libyaml-perl/debian/rules

Modified: trunk/libyaml-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libyaml-perl/debian/changelog?rev=41960&op=diff
==============================================================================
--- trunk/libyaml-perl/debian/changelog (original)
+++ trunk/libyaml-perl/debian/changelog Sun Aug 16 15:40:26 2009
@@ -2,6 +2,7 @@
 
   [ Iulian Udrea ]
   * New upstream release
+  * Refreshed debian/patches/yaml-tiny.patch.
   * debian/control: 
     - Bump Standards-Version to 3.8.3.
       + The requirement for Perl modules to have a versioned Depend and
@@ -13,6 +14,7 @@
   * debian/copyright: Update debian/*.
   * debian/rules:
     - Add AUTOMATED_TESTING=1 to enable more tests at build time.
+    - s/dh_list_packages/dh_listpackages/
 
   [ Rene Mayorga ]
   * Update my email address

Modified: trunk/libyaml-perl/debian/patches/yaml-tiny.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libyaml-perl/debian/patches/yaml-tiny.patch?rev=41960&op=diff
==============================================================================
--- trunk/libyaml-perl/debian/patches/yaml-tiny.patch (original)
+++ trunk/libyaml-perl/debian/patches/yaml-tiny.patch Sun Aug 16 15:40:26 2009
@@ -5,9 +5,9 @@
 # Description: replace mentioning of unavailable YAML::Lite with YAML::Tiny
 Index: libyaml-perl/lib/YAML.pm
 ===================================================================
---- libyaml-perl.orig/lib/YAML.pm	2009-05-21 22:11:45.000000000 -0400
-+++ libyaml-perl/lib/YAML.pm	2009-05-21 22:11:58.000000000 -0400
-@@ -260,11 +260,11 @@
+--- libyaml-perl.orig/lib/YAML.pm	2009-08-16 16:35:37.999397378 +0100
++++ libyaml-perl/lib/YAML.pm	2009-08-16 16:35:46.599395314 +0100
+@@ -263,11 +263,11 @@
  stable module though. Currently, YAML.pm has lots of known bugs. It is
  mostly a great tool for dumping Perl data structures to a readable form.
  

Modified: trunk/libyaml-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libyaml-perl/debian/rules?rev=41960&op=diff
==============================================================================
--- trunk/libyaml-perl/debian/rules (original)
+++ trunk/libyaml-perl/debian/rules Sun Aug 16 15:40:26 2009
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-TMP = $(CURDIR)/debian/$(shell dh_list_packages)
+TMP = $(CURDIR)/debian/$(shell dh_listpackages)
 %:
 	AUTOMATED_TESTING=1 dh --with quilt $@
 




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