r34532 - in /trunk/libnumber-format-perl/debian: changelog compat control rules

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Fri May 1 00:20:31 UTC 2009


Author: ryan52-guest
Date: Fri May  1 00:20:26 2009
New Revision: 34532

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=34532
Log:
* debhelper 7
* Add myself to Uploaders
* Debian Policy 3.8.1

Modified:
    trunk/libnumber-format-perl/debian/changelog
    trunk/libnumber-format-perl/debian/compat
    trunk/libnumber-format-perl/debian/control
    trunk/libnumber-format-perl/debian/rules

Modified: trunk/libnumber-format-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnumber-format-perl/debian/changelog?rev=34532&op=diff
==============================================================================
--- trunk/libnumber-format-perl/debian/changelog (original)
+++ trunk/libnumber-format-perl/debian/changelog Fri May  1 00:20:26 2009
@@ -9,8 +9,11 @@
     debian at 420.am>); Ivan Kohler <ivan-debian at 420.am> moved to
     Uploaders.
   * Add debian/watch.
+  * debhelper 7
+  * Add myself to Uploaders
+  * Debian Policy 3.8.1
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Thu, 30 Apr 2009 17:15:02 -0700
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Thu, 30 Apr 2009 17:20:10 -0700
 
 libnumber-format-perl (1.52-1) unstable; urgency=low
 

Modified: trunk/libnumber-format-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnumber-format-perl/debian/compat?rev=34532&op=diff
==============================================================================
--- trunk/libnumber-format-perl/debian/compat (original)
+++ trunk/libnumber-format-perl/debian/compat Fri May  1 00:20:26 2009
@@ -1,1 +1,1 @@
-4
+7

Modified: trunk/libnumber-format-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnumber-format-perl/debian/control?rev=34532&op=diff
==============================================================================
--- trunk/libnumber-format-perl/debian/control (original)
+++ trunk/libnumber-format-perl/debian/control Fri May  1 00:20:26 2009
@@ -2,9 +2,9 @@
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Ivan Kohler <ivan-debian at 420.am>
-Build-Depends: debhelper (>= 4.0.0), perl (>= 5.8)
-Standards-Version: 3.6.1
+Uploaders: Ivan Kohler <ivan-debian at 420.am>, Ryan Niebur <ryanryan52 at gmail.com>
+Build-Depends: debhelper (>= 7), perl (>= 5.8)
+Standards-Version: 3.8.1
 Homepage: http://search.cpan.org/dist/Number-Format/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnumber-format-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libnumber-format-perl/

Modified: trunk/libnumber-format-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnumber-format-perl/debian/rules?rev=34532&op=diff
==============================================================================
--- trunk/libnumber-format-perl/debian/rules (original)
+++ trunk/libnumber-format-perl/debian/rules Fri May  1 00:20:26 2009
@@ -1,100 +1,20 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-
-
-
-CFLAGS = -Wall -g
-
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-	CFLAGS += -O0
-else
-	CFLAGS += -O2
-endif
-
-configure: configure-stamp
-configure-stamp:
-	dh_testdir
-	# Add here commands to configure the package.
-
-	touch configure-stamp
-
 
 build: build-stamp
-
-build-stamp: configure-stamp 
-	dh_testdir
-
-	# Add here commands to compile the package.
-	perl Makefile.PL INSTALLDIRS=vendor
-	$(MAKE) OPTIMIZE="-O2 -g -Wall"
-	#docbook-to-man debian/libnumber-format-perl.sgml > libnumber-format-perl.1
-
-	touch build-stamp
+build-stamp:
+	dh build
+	touch $@
 
 clean:
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp configure-stamp
-
-	# Add here commands to clean up after the build process.
-	-$(MAKE) clean
-
-	dh_clean 
-
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k 
-	dh_installdirs
-
-	# Add here commands to install the package into debian/libnumber-format-perl.
-	$(MAKE) install PREFIX=$(CURDIR)/debian/libnumber-format-perl/usr
-	#$(MAKE) install DESTDIR=$(CURDIR)/debian/libnumber-format-perl
-
-
-# Build architecture-independent files here.
-binary-indep: build install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
-binary-arch: build install
-	dh_testdir
-	dh_testroot
-	dh_installchangelogs CHANGES
-	dh_installdocs
-	dh_installexamples
-#	dh_install
-#	dh_installmenu
-#	dh_installdebconf	
-#	dh_installlogrotate
-#	dh_installemacsen
-#	dh_installpam
-#	dh_installmime
-#	dh_installinit
-#	dh_installcron
-#	dh_installinfo
-	dh_installman
-	dh_link
-	dh_strip
-	dh_compress
-	dh_fixperms
-	dh_perl
-#	dh_python
-#	dh_makeshlibs
-	dh_installdeb
-	dh_shlibdeps
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
+	dh $@
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+binary-indep:
+	dh $@
+
+install:
+	dh $@
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install




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