r10802 - in /trunk/libgraphics-colornames-www-perl/debian: changelog control patches/ rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Dec 4 19:54:10 UTC 2007


Author: dmn
Date: Tue Dec  4 19:54:10 2007
New Revision: 10802

URL: http://svn.debian.org/wsvn/?sc=1&rev=10802
Log:
* Remove modification of manpages, that replaced utf8-characters with ascii
  equivalents

Removed:
    trunk/libgraphics-colornames-www-perl/debian/patches/
Modified:
    trunk/libgraphics-colornames-www-perl/debian/changelog
    trunk/libgraphics-colornames-www-perl/debian/control
    trunk/libgraphics-colornames-www-perl/debian/rules

Modified: trunk/libgraphics-colornames-www-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libgraphics-colornames-www-perl/debian/changelog?rev=10802&op=diff
==============================================================================
--- trunk/libgraphics-colornames-www-perl/debian/changelog (original)
+++ trunk/libgraphics-colornames-www-perl/debian/changelog Tue Dec  4 19:54:10 2007
@@ -1,7 +1,4 @@
 libgraphics-colornames-www-perl (0.01-3) unstable; urgency=low
-
-    TODO: actually, remove the patch that replaces utf characters in manpages
-    as they are displayed just fine. [dam]
 
   [ Ernesto Hernández-Novich (USB) ]
   * Moved package into Debian Perl Pkg Project SVN.
@@ -11,8 +8,8 @@
   * Fixed copyright and control file with a better URL.
 
   [ Damyan Ivanov ]
-  * Move making manapges utf8-less in a patch
-    + Add quilt to the build process
+  * Remove modification of manpages, that replaced utf8-characters with ascii
+    equivalents
 
  -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Fri, 23 Nov 2007 14:45:11 -0400
 

Modified: trunk/libgraphics-colornames-www-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libgraphics-colornames-www-perl/debian/control?rev=10802&op=diff
==============================================================================
--- trunk/libgraphics-colornames-www-perl/debian/control (original)
+++ trunk/libgraphics-colornames-www-perl/debian/control Tue Dec  4 19:54:10 2007
@@ -1,7 +1,7 @@
 Source: libgraphics-colornames-www-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5.0.0), quilt
+Build-Depends: debhelper (>= 5.0.0)
 Build-Depends-Indep: perl (>= 5.6.0), libgraphics-colornames-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ernesto Hernández-Novich (USB) <emhn at usb.ve>

Modified: trunk/libgraphics-colornames-www-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libgraphics-colornames-www-perl/debian/rules?rev=10802&op=diff
==============================================================================
--- trunk/libgraphics-colornames-www-perl/debian/rules (original)
+++ trunk/libgraphics-colornames-www-perl/debian/rules Tue Dec  4 19:54:10 2007
@@ -6,8 +6,6 @@
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
-
-include /usr/share/quilt/quilt.make
 
 # If set to a true value then MakeMaker's prompt function will
 # always return the default without waiting for user input.
@@ -22,7 +20,7 @@
 TMP     =$(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
+build-stamp:
 	dh_testdir
 	# Add commands to compile the package here
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
@@ -30,7 +28,7 @@
 	$(MAKE) test
 	touch build-stamp
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
 	dh_clean build-stamp install-stamp




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