r65490 - in /trunk/libc-scan-perl/debian: changelog control

roam-guest at users.alioth.debian.org roam-guest at users.alioth.debian.org
Fri Dec 3 13:45:20 UTC 2010


Author: roam-guest
Date: Fri Dec  3 13:45:01 2010
New Revision: 65490

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=65490
Log:
As correctly pointed out by carnil@, this is an arch: all package :)

Modified:
    trunk/libc-scan-perl/debian/changelog
    trunk/libc-scan-perl/debian/control

Modified: trunk/libc-scan-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libc-scan-perl/debian/changelog?rev=65490&op=diff
==============================================================================
--- trunk/libc-scan-perl/debian/changelog (original)
+++ trunk/libc-scan-perl/debian/changelog Fri Dec  3 13:45:01 2010
@@ -1,9 +1,5 @@
 libc-scan-perl (0.74-1) UNRELEASED; urgency=low
 
-  TODO:
-  - Architecture independent package
-  - Adjust thus Build-Depends, Builds-Depends-Indep and Architecture
- 
   * Initial Release.  Closes: #605393.
 
  -- Peter Pentchev <roam at ringlet.net>  Thu, 02 Dec 2010 17:28:27 +0200

Modified: trunk/libc-scan-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libc-scan-perl/debian/control?rev=65490&op=diff
==============================================================================
--- trunk/libc-scan-perl/debian/control (original)
+++ trunk/libc-scan-perl/debian/control Fri Dec  3 13:45:01 2010
@@ -1,7 +1,8 @@
 Source: libc-scan-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), perl, libdata-flow-perl
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl, libdata-flow-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Peter Pentchev <roam at ringlet.net>
 Standards-Version: 3.9.1
@@ -10,7 +11,7 @@
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libc-scan-perl/
 
 Package: libc-scan-perl
-Architecture: any
+Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
 Description: Perl extension for scanning C sources for common constructs
  The C::Scan module performs fast, accurate scanning of C source code.




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