r56896 - in /trunk/libscalar-string-perl/debian: changelog control rules

ivan at users.alioth.debian.org ivan at users.alioth.debian.org
Mon Apr 26 00:33:27 UTC 2010


Author: ivan
Date: Mon Apr 26 00:33:21 2010
New Revision: 56896

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=56896
Log:
dh-make-perl refresh, S-V 3.8.4, improve short description

Modified:
    trunk/libscalar-string-perl/debian/changelog
    trunk/libscalar-string-perl/debian/control
    trunk/libscalar-string-perl/debian/rules

Modified: trunk/libscalar-string-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libscalar-string-perl/debian/changelog?rev=56896&op=diff
==============================================================================
--- trunk/libscalar-string-perl/debian/changelog (original)
+++ trunk/libscalar-string-perl/debian/changelog Mon Apr 26 00:33:21 2010
@@ -9,6 +9,9 @@
     {12,16}) with an unversioned dependency on perl (as permitted by
     Debian Policy 3.8.3).
   * debian/watch: update to ignore development releases.
+  * dh-make-perl refresh
+  * Standards-Version 3.8.4
+  * Better short description
 
  -- Ivan Kohler <ivan-debian at 420.am>  Sun, 25 Apr 2010 17:28:15 -0700
 

Modified: trunk/libscalar-string-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libscalar-string-perl/debian/control?rev=56896&op=diff
==============================================================================
--- trunk/libscalar-string-perl/debian/control (original)
+++ trunk/libscalar-string-perl/debian/control Mon Apr 26 00:33:21 2010
@@ -1,18 +1,19 @@
 Source: libscalar-string-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), libmodule-build-perl, perl
+Build-Depends: debhelper (>= 7.0.17)
+Build-Depends-Indep: perl, perl (>= 5.10) | libmodule-build-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ivan Kohler <ivan-debian at 420.am>
-Standards-Version: 3.8.0
+Standards-Version: 3.8.4
+Homepage: http://search.cpan.org/dist/Scalar-String/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libscalar-string-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libscalar-string-perl/
-Homepage: http://search.cpan.org/dist/Scalar-String/
 
 Package: libscalar-string-perl
 Architecture: any
 Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
-Description: string aspects of scalars
+Description: Perl module concerning the string aspects of scalars
  Scalar::String is about the string part of plain Perl scalars. A scalar has a
  string value, which is notionally a sequence of Unicode codepoints, but may
  be internally encoded in either ISO-8859-1 or UTF-8. In places, and more so

Modified: trunk/libscalar-string-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libscalar-string-perl/debian/rules?rev=56896&op=diff
==============================================================================
--- trunk/libscalar-string-perl/debian/rules (original)
+++ trunk/libscalar-string-perl/debian/rules Mon Apr 26 00:33:21 2010
@@ -1,23 +1,4 @@
 #!/usr/bin/make -f
 
-build: build-stamp
-build-stamp:
-	dh build
-	touch $@
-
-clean:
+%:
 	dh $@
-
-install: install-stamp
-install-stamp: build-stamp
-	dh install
-	touch $@
-
-binary-arch: install
-	dh $@
-
-binary-indep:
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build




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