r11808 - in /trunk/libdbd-mysql-perl/debian: changelog rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Fri Dec 28 19:00:34 UTC 2007


Author: gregoa-guest
Date: Fri Dec 28 19:00:34 2007
New Revision: 11808

URL: http://svn.debian.org/wsvn/?sc=1&rev=11808
Log:
remove call to sed that changed some characters in manpages (not needed any more)

Modified:
    trunk/libdbd-mysql-perl/debian/changelog
    trunk/libdbd-mysql-perl/debian/rules

Modified: trunk/libdbd-mysql-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libdbd-mysql-perl/debian/changelog?rev=11808&op=diff
==============================================================================
--- trunk/libdbd-mysql-perl/debian/changelog (original)
+++ trunk/libdbd-mysql-perl/debian/changelog Fri Dec 28 19:00:34 2007
@@ -14,8 +14,10 @@
     - use $(CURDIR) instead of calling pwd
     - let install-stamp depend on build-stamp (instead of build)
     - merge "rm"s in clean target
-    - add commented out test suite to build target and explain why it's not 
+    - add commented out test suite to build target and explain why it's not
       enabled (needs a local MySQL server)
+    - remove call to sed that changed some characters in manpages (not
+      needed any more)
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:28:48 +0200
 

Modified: trunk/libdbd-mysql-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libdbd-mysql-perl/debian/rules?rev=11808&op=diff
==============================================================================
--- trunk/libdbd-mysql-perl/debian/rules (original)
+++ trunk/libdbd-mysql-perl/debian/rules Fri Dec 28 19:00:34 2007
@@ -44,7 +44,6 @@
 	dh_testroot
 	dh_installdirs
 	$(MAKE) install PREFIX=$(TMP)/usr
-	sed -i -e 's/ö/\\\[:o\]/' $(TMP)/usr/share/man/man3/*
 	find $(TMP)/usr -name 'dbimon*' | xargs -r rm -f
 	find $(TMP)/usr -name '*.pod' | xargs -r chmod 0644
 	rmdir --parents --ignore-fail-on-non-empty $(TMP)/usr/share/perl5




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