r20460 - in /trunk/libyaml-syck-perl/debian: control rules
yvesago-guest at users.alioth.debian.org
yvesago-guest at users.alioth.debian.org
Tue May 27 20:34:49 UTC 2008
Author: yvesago-guest
Date: Tue May 27 20:34:49 2008
New Revision: 20460
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=20460
Log:
* add dh_strip to rules
* fix archi any and dep on C
Modified:
trunk/libyaml-syck-perl/debian/control
trunk/libyaml-syck-perl/debian/rules
Modified: trunk/libyaml-syck-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libyaml-syck-perl/debian/control?rev=20460&op=diff
==============================================================================
--- trunk/libyaml-syck-perl/debian/control (original)
+++ trunk/libyaml-syck-perl/debian/control Tue May 27 20:34:49 2008
@@ -1,8 +1,7 @@
Source: libyaml-syck-perl
Section: perl
Priority: optional
-Build-Depends: debhelper (>= 5)
-Build-Depends-Indep: perl (>= 5.6.0)
+Build-Depends: perl (>= 5.6.0), debhelper (>= 5)
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: AGOSTINI Yves <agostini at univ-metz.fr>
Standards-Version: 3.7.3
@@ -11,8 +10,8 @@
Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libyaml-syck-perl/
Package: libyaml-syck-perl
-Architecture: all
-Depends: ${perl:Depends}
+Architecture: any
+Depends: ${shlibs:Depends}, ${perl:Depends} ${misc:Depends}
Description: Fast, lightweight YAML loader and dumper
This module provides a Perl interface to the libsyck data
serialization library. It exports the Dump and Load functions for
Modified: trunk/libyaml-syck-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libyaml-syck-perl/debian/rules?rev=20460&op=diff
==============================================================================
--- trunk/libyaml-syck-perl/debian/rules (original)
+++ trunk/libyaml-syck-perl/debian/rules Tue May 27 20:34:49 2008
@@ -48,6 +48,7 @@
dh_testroot
dh_installdocs
dh_installchangelogs Changes
+ dh_strip
dh_perl
dh_compress
dh_fixperms
More information about the Pkg-perl-cvs-commits
mailing list