r49775 - in /trunk/libfile-copy-link-perl/debian: changelog comment control rules

bolangi-guest at users.alioth.debian.org bolangi-guest at users.alioth.debian.org
Fri Jan 1 18:26:45 UTC 2010


Author: bolangi-guest
Date: Fri Jan  1 18:26:38 2010
New Revision: 49775

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=49775
Log:
debian/control: correct extended description
debian/: delete spurious file
debian/rules: fix whitespace
debian/changelog: delete TODO list

Removed:
    trunk/libfile-copy-link-perl/debian/comment
Modified:
    trunk/libfile-copy-link-perl/debian/changelog
    trunk/libfile-copy-link-perl/debian/control
    trunk/libfile-copy-link-perl/debian/rules

Modified: trunk/libfile-copy-link-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-copy-link-perl/debian/changelog?rev=49775&op=diff
==============================================================================
--- trunk/libfile-copy-link-perl/debian/changelog (original)
+++ trunk/libfile-copy-link-perl/debian/changelog Fri Jan  1 18:26:38 2010
@@ -1,15 +1,4 @@
 libfile-copy-link-perl (0.112-1) UNRELEASED; urgency=low
-
-  TODO:
-  - debian/control:
-    + the trailing "perl" in Depends is not necessary, it gets added by
-      ${perl:Depends} automatically
-    + the long description is taken from File::Spec::Link and does not
-      describe File::Copy::Link
-  - debian/rules: (cosmetic) newlines before "PACKAGE", "%:" and
-    "override_..." would make the file easier to read; and the "overrides_"
-    line has a long trailing whitespace
-  - svn rm debian/comment
 
   * Initial Release (closes: #555319)
 

Modified: trunk/libfile-copy-link-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-copy-link-perl/debian/control?rev=49775&op=diff
==============================================================================
--- trunk/libfile-copy-link-perl/debian/control (original)
+++ trunk/libfile-copy-link-perl/debian/control Fri Jan  1 18:26:38 2010
@@ -12,7 +12,8 @@
 
 Package: libfile-copy-link-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, perl
+Depends: ${perl:Depends}, ${misc:Depends}
 Description: Perl extension for replacing a link by a copy of the linked file 
- File::Spec::Link is an extension to File::Spec, adding methods for resolving
- symbolic links; it was created to implement File::Copy::Link.
+ The distribution File-Copy-Link includes the modules
+ File::Spec::Link and File::Copy::Link and the script
+ copylink. They include routines to read and copy links.

Modified: trunk/libfile-copy-link-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-copy-link-perl/debian/rules?rev=49775&op=diff
==============================================================================
--- trunk/libfile-copy-link-perl/debian/rules (original)
+++ trunk/libfile-copy-link-perl/debian/rules Fri Jan  1 18:26:38 2010
@@ -1,8 +1,11 @@
 #!/usr/bin/make -f
+
 PACKAGE = $(shell dh_listpackages)
 TMP     = $(CURDIR)/debian/$(PACKAGE)
+
 %:
 	dh $@
-override_dh_installexamples:                                                        
+
+override_dh_installexamples: 
 	dh_installexamples
 	sed -i '1s|^#!perl|#!/usr/bin/perl|' $(TMP)/usr/share/doc/$(PACKAGE)/examples/*




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