r4688 - in /packages/libmath-spline-perl/trunk/debian: changelog
compat control rules
segre at users.alioth.debian.org
segre at users.alioth.debian.org
Fri Dec 29 21:29:57 CET 2006
Author: segre
Date: Fri Dec 29 21:29:57 2006
New Revision: 4688
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=4688
Log:
updated to compat level 5
Modified:
packages/libmath-spline-perl/trunk/debian/changelog
packages/libmath-spline-perl/trunk/debian/compat
packages/libmath-spline-perl/trunk/debian/control
packages/libmath-spline-perl/trunk/debian/rules
Modified: packages/libmath-spline-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmath-spline-perl/trunk/debian/changelog?rev=4688&op=diff
==============================================================================
--- packages/libmath-spline-perl/trunk/debian/changelog (original)
+++ packages/libmath-spline-perl/trunk/debian/changelog Fri Dec 29 21:29:57 2006
@@ -1,3 +1,9 @@
+libmath-spline-perl (0.01-3) unstable; urgency=low
+
+ * Update to compatibility level 5
+
+ -- Carlo Segre <segre at debian.org> Fri, 29 Dec 2006 14:29:07 -0600
+
libmath-spline-perl (0.01-2) unstable; urgency=low
* Updated standards version to 3.7.2
Modified: packages/libmath-spline-perl/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmath-spline-perl/trunk/debian/compat?rev=4688&op=diff
==============================================================================
--- packages/libmath-spline-perl/trunk/debian/compat (original)
+++ packages/libmath-spline-perl/trunk/debian/compat Fri Dec 29 21:29:57 2006
@@ -1,1 +1,1 @@
-4
+5
Modified: packages/libmath-spline-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmath-spline-perl/trunk/debian/control?rev=4688&op=diff
==============================================================================
--- packages/libmath-spline-perl/trunk/debian/control (original)
+++ packages/libmath-spline-perl/trunk/debian/control Fri Dec 29 21:29:57 2006
@@ -2,9 +2,9 @@
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Carlo Segre <segre at iit.edu>, Joachim Breitner <nomeata at debian.org>
+Uploaders: Carlo Segre <segre at debian.org>, Joachim Breitner <nomeata at debian.org>
Build-Depends-Indep: perl
-Build-Depends: debhelper (>= 4.0.0)
+Build-Depends: debhelper (>= 5.0.0)
Standards-Version: 3.7.2
XS-Vcs-Svn: svn://svn.debian.org/pkg-perl/packages/libmath-spline-perl/trunk/
Modified: packages/libmath-spline-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmath-spline-perl/trunk/debian/rules?rev=4688&op=diff
==============================================================================
--- packages/libmath-spline-perl/trunk/debian/rules (original)
+++ packages/libmath-spline-perl/trunk/debian/rules Fri Dec 29 21:29:57 2006
@@ -1,12 +1,7 @@
#!/usr/bin/make -f
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-
-# This is the debhelper compatibility version to use.
-# export DH_COMPAT=4
package := $(shell grep Package debian/control | sed 's/^Package: //')
version := $(shell head -1 debian/changelog | \
@@ -38,18 +33,11 @@
dh_perl
dh_installdocs README
dh_installexamples
-# dh_installmenu
-# dh_installinit
-# dh_installcron
-# dh_installmanpages
-# dh_undocumented
dh_installchangelogs Release
dh_compress
dh_fixperms
-# dh_suidregister
dh_installdeb
dh_gencontrol
-# dh_md5sums
dh_builddeb
binary-arch: build install
More information about the Pkg-perl-cvs-commits
mailing list