r74454 - in /trunk/libxml-parser-perl/debian: changelog encodings/ rules

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Sun May 15 09:57:02 UTC 2011


Author: periapt-guest
Date: Sun May 15 09:56:42 2011
New Revision: 74454

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=74454
Log:
preference to the encodings bundled with upstream
* Remove the contributed encodings as they appear to be in XML::Encoding

Removed:
    trunk/libxml-parser-perl/debian/encodings/
Modified:
    trunk/libxml-parser-perl/debian/changelog
    trunk/libxml-parser-perl/debian/rules

Modified: trunk/libxml-parser-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-parser-perl/debian/changelog?rev=74454&op=diff
==============================================================================
--- trunk/libxml-parser-perl/debian/changelog (original)
+++ trunk/libxml-parser-perl/debian/changelog Sun May 15 09:56:42 2011
@@ -18,8 +18,8 @@
   * Added patch to fix spelling errors
   * Added rules to fix local perl shebang and not to compress xmlfilter
   * Added rules to recompile encodings from libxml-encoding-perl in 
-    preference to the encodings bundled with upstream and the 
-    contributed encodings
+    preference to the encodings bundled with upstream
+  * Remove the contributed encodings as they appear to be in XML::Encoding
   * Added doc-base references to documentation in XML/Parser/Encodings directory
 
   [ gregor herrmann ]

Modified: trunk/libxml-parser-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-parser-perl/debian/rules?rev=74454&op=diff
==============================================================================
--- trunk/libxml-parser-perl/debian/rules (original)
+++ trunk/libxml-parser-perl/debian/rules Sun May 15 09:56:42 2011
@@ -4,7 +4,6 @@
 TMP:=$(CURDIR)/debian/$(PKG)
 EG:=$(TMP)/usr/share/doc/$(PKG)/examples
 XE_FILES:=$(wildcard /usr/share/libxml-encoding-perl/*.xml)
-UU_FILES:=$(wildcard debian/encodings/*.uuenc)
 ENC_DIR:=blib/lib/XML/Parser/Encodings
 
 %:
@@ -19,7 +18,6 @@
 
 override_dh_auto_build:
 	dh_auto_build
-	$(foreach f,$(UU_FILES),uudecode -o $(ENC_DIR)/$(basename $(notdir $(f))).enc $f;)
 	$(foreach f,$(XE_FILES),rm -f $(ENC_DIR)/$(basename $(notdir $(f))).enc;)
 	$(foreach f,$(XE_FILES),compile_encoding -o $(ENC_DIR)/$(basename $(notdir $(f))).enc $f;)
 




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