[Debtags-commits] [svn] r762 - in libdebtags-perl/trunk: . debian
Enrico Zini
debtags-commits@lists.alioth.debian.org
Fri, 13 May 2005 15:53:27 +0000
Author: enrico
Date: Fri May 13 15:53:26 2005
New Revision: 762
Modified:
libdebtags-perl/trunk/Makefile.PL
libdebtags-perl/trunk/debian/changelog
libdebtags-perl/trunk/debian/control
Log:
Packaging fixes; upload to experimental; don't make a manpage
Modified: libdebtags-perl/trunk/Makefile.PL
==============================================================================
--- libdebtags-perl/trunk/Makefile.PL (original)
+++ libdebtags-perl/trunk/Makefile.PL Fri May 13 15:53:26 2005
@@ -18,5 +18,6 @@
'LDFROM' => "libdebtags_wrap.o",
'clean' => { FILES => "libdebtags_wrap.cc Debtags.pm" },
'PREFIX' => '$(prefix)',
- 'PM' => {'Debtags.pm' => '$(INST_LIBDIR)/Debtags.pm'}
+ 'PM' => {'Debtags.pm' => '$(INST_LIBDIR)/Debtags.pm'},
+ 'MAN3PODS' => {}
);
Modified: libdebtags-perl/trunk/debian/changelog
==============================================================================
--- libdebtags-perl/trunk/debian/changelog (original)
+++ libdebtags-perl/trunk/debian/changelog Fri May 13 15:53:26 2005
@@ -1,4 +1,4 @@
-libdebtags-perl (0.1-1) experimental; urgency=low
+libdebtags-perl (0.1) experimental; urgency=low
* Initial Release.
Modified: libdebtags-perl/trunk/debian/control
==============================================================================
--- libdebtags-perl/trunk/debian/control (original)
+++ libdebtags-perl/trunk/debian/control Fri May 13 15:53:26 2005
@@ -1,12 +1,12 @@
Source: libdebtags-perl
Section: perl
Priority: optional
-Build-Depends-Indep: cdbs, debhelper (>> 4.1), perl (>= 5.6.0), libdebtags1-dev, libdebtags1-pic, swig
+Build-Depends: cdbs, debhelper (>> 4.1), perl (>= 5.6.0), libdebtags1-dev, libdebtags1-pic, swig
Maintainer: Enrico Zini <enrico@debian.org>
-Standards-Version: 3.5.10
+Standards-Version: 3.6.1.0
Package: libdebtags-perl
-Architecture: all
+Architecture: any
Depends: perl-modules, ${perl:Depends}, ${misc:Depends}
Recommends: debtags
Description: Next generation Debian package categorization system (Perl module)