r29384 - in /trunk/libtest-exception-perl/debian: changelog control rules

hanska-guest at users.alioth.debian.org hanska-guest at users.alioth.debian.org
Tue Jan 6 23:16:17 UTC 2009


Author: hanska-guest
Date: Tue Jan  6 23:16:14 2009
New Revision: 29384

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=29384
Log:
* debian/control:
  - short and long description improved.
  - perl Build-Depends moved to Build-Depends-Indep
  - package set to Architecture: all
  - ${shlibs:Depends} removed from binary's dependencies
* debian/rules: properly use binary-indep instead of binary-arch

Modified:
    trunk/libtest-exception-perl/debian/changelog
    trunk/libtest-exception-perl/debian/control
    trunk/libtest-exception-perl/debian/rules

Modified: trunk/libtest-exception-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-exception-perl/debian/changelog?rev=29384&op=diff
==============================================================================
--- trunk/libtest-exception-perl/debian/changelog (original)
+++ trunk/libtest-exception-perl/debian/changelog Tue Jan  6 23:16:14 2009
@@ -19,7 +19,12 @@
     (source stanza).
 
   [ David Paleino ]
-  * debian/control: short and long description improved.
+  * debian/control:
+    - short and long description improved.
+    - perl Build-Depends moved to Build-Depends-Indep
+    - package set to Architecture: all
+    - ${shlibs:Depends} removed from binary's dependencies
+  * debian/rules: properly use binary-indep instead of binary-arch
 
   [ Damyan Ivanov ]
   * bump debian/compat to 7

Modified: trunk/libtest-exception-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-exception-perl/debian/control?rev=29384&op=diff
==============================================================================
--- trunk/libtest-exception-perl/debian/control (original)
+++ trunk/libtest-exception-perl/debian/control Tue Jan  6 23:16:14 2009
@@ -1,7 +1,8 @@
 Source: libtest-exception-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), libmodule-build-perl, perl (>= 5.6.1)
+Build-Depends: debhelper (>= 7), libmodule-build-perl
+Build-Depends-Indep: perl (>= 5.6.1)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jay Bonci <jaybonci at debian.org>,
  gregor herrmann <gregor+debian at comodo.priv.at>
@@ -12,8 +13,8 @@
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtest-exception-perl/
 
 Package: libtest-exception-perl
-Architecture: any
-Depends: perl (>= 5.6.1), ${shlibs:Depends}, ${misc:Depends}, libsub-uplevel-perl (>= 0.18)
+Architecture: all
+Depends: perl (>= 5.6.1), ${misc:Depends}, libsub-uplevel-perl (>= 0.18)
 Description: a few convenience methods for testing exception based code
  This module provides a few convenience methods for testing exception based
  code. It is built with Test::Builder and plays happily with Test::More and

Modified: trunk/libtest-exception-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-exception-perl/debian/rules?rev=29384&op=diff
==============================================================================
--- trunk/libtest-exception-perl/debian/rules (original)
+++ trunk/libtest-exception-perl/debian/rules Tue Jan  6 23:16:14 2009
@@ -13,10 +13,10 @@
 	dh install
 	touch $@
 
-binary-arch: install
+binary-arch:
+
+binary-indep: install
 	dh $@
-
-binary-indep:
 
 binary: binary-arch binary-indep
 




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