r24861 - in /trunk/libb-utils-perl/debian: changelog control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Sep 6 17:47:54 UTC 2008


Author: gregoa
Date: Sat Sep  6 17:47:51 2008
New Revision: 24861

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=24861
Log:
* debian/control:
  - change Architecture to any, we now have an .xs file
  - remove Build-Depends-Indep
  - add ${shlibs:Depends}, ${misc:Depends} to Depends
  - add build dependency on libtest-pod-perl

Modified:
    trunk/libb-utils-perl/debian/changelog
    trunk/libb-utils-perl/debian/control

Modified: trunk/libb-utils-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libb-utils-perl/debian/changelog?rev=24861&op=diff
==============================================================================
--- trunk/libb-utils-perl/debian/changelog (original)
+++ trunk/libb-utils-perl/debian/changelog Sat Sep  6 17:47:51 2008
@@ -8,6 +8,11 @@
   * Set debhelper compatibility level to 7; adapt
     debian/{control,compat,rules}.
   * Set Standards-Version to 3.8.0 (no changes).
+  * debian/control:
+    - change Architecture to any, we now have an .xs file
+    - remove Build-Depends-Indep
+    - add ${shlibs:Depends}, ${misc:Depends} to Depends
+    - add build dependency on libtest-pod-perl
 
  -- gregor herrmann <gregoa at debian.org>  Sat, 06 Sep 2008 19:24:27 +0200
 

Modified: trunk/libb-utils-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libb-utils-perl/debian/control?rev=24861&op=diff
==============================================================================
--- trunk/libb-utils-perl/debian/control (original)
+++ trunk/libb-utils-perl/debian/control Sat Sep  6 17:47:51 2008
@@ -1,8 +1,7 @@
 Source: libb-utils-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl (>= 5.8.8-7)
+Build-Depends: debhelper (>= 7), perl (>= 5.8.8-7), libtest-pod-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Alexis Sukrieh <sukria at debian.org>,
  Damyan Ivanov <dmn at debian.org>,
@@ -13,7 +12,7 @@
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libb-utils-perl/
 
 Package: libb-utils-perl
-Architecture: all
-Depends: ${perl:Depends}
+Architecture: any
+Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Description:  Helper functions for op tree manipulation
  These functions make it easier to manipulate the op tree.




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