r21975 - in /trunk/libunicode-map-perl: Makefile.PL debian/changelog debian/rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Jun 20 16:36:59 UTC 2008


Author: gregoa
Date: Fri Jun 20 16:36:58 2008
New Revision: 21975

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=21975
Log:
Revert changes to upstream Makefile.PL; remove unneeded manpages in
debian/rules.

Modified:
    trunk/libunicode-map-perl/Makefile.PL
    trunk/libunicode-map-perl/debian/changelog
    trunk/libunicode-map-perl/debian/rules

Modified: trunk/libunicode-map-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libunicode-map-perl/Makefile.PL?rev=21975&op=diff
==============================================================================
--- trunk/libunicode-map-perl/Makefile.PL (original)
+++ trunk/libunicode-map-perl/Makefile.PL Fri Jun 20 16:36:58 2008
@@ -12,5 +12,11 @@
       "COMPRESS"  => "gzip", 
       "SUFFIX"    => "gz"
    },
+   "EXE_FILES"    => [
+      "tools/map",
+      "tools/mirrorMappings",
+      "tools/mkCSGB2312",
+      "tools/mkmapfile"
+   ],
 );
 

Modified: trunk/libunicode-map-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libunicode-map-perl/debian/changelog?rev=21975&op=diff
==============================================================================
--- trunk/libunicode-map-perl/debian/changelog (original)
+++ trunk/libunicode-map-perl/debian/changelog Fri Jun 20 16:36:58 2008
@@ -4,6 +4,8 @@
     field (source stanza); Homepage field (source stanza). Removed: XS-
     Vcs-Svn fields.
   * debian/watch: use dist-based URL.
+  * Revert changes to upstream Makefile.PL; remove unneeded manpages in
+    debian/rules.
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:33:03 +0200
 

Modified: trunk/libunicode-map-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libunicode-map-perl/debian/rules?rev=21975&op=diff
==============================================================================
--- trunk/libunicode-map-perl/debian/rules (original)
+++ trunk/libunicode-map-perl/debian/rules Fri Jun 20 16:36:58 2008
@@ -36,6 +36,8 @@
 		dh_clean -k
 		dh_installdirs
 		$(MAKE) install PREFIX=$(CURDIR)/$(TMP_DIR)/usr
+		[ ! -d $(CURDIR)/$(TMP_DIR)/usr/share/man/man1 ] || \
+			$(RM) -vr $(CURDIR)/$(TMP_DIR)/usr/share/man/man1
 		touch install-stamp
 
 # fix the BIG5 map on the fly




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