r28890 - in /trunk/libglib-perl/debian: changelog compat control rules

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Mon Dec 29 00:57:03 UTC 2008


Author: ryan52-guest
Date: Mon Dec 29 00:57:00 2008
New Revision: 28890

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=28890
Log:
dh 7

Modified:
    trunk/libglib-perl/debian/changelog
    trunk/libglib-perl/debian/compat
    trunk/libglib-perl/debian/control
    trunk/libglib-perl/debian/rules

Modified: trunk/libglib-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libglib-perl/debian/changelog?rev=28890&op=diff
==============================================================================
--- trunk/libglib-perl/debian/changelog (original)
+++ trunk/libglib-perl/debian/changelog Mon Dec 29 00:57:00 2008
@@ -14,8 +14,9 @@
   * move to quilt
   * New upstream release
   * add README.source
-
- -- Ryan Niebur <ryanryan52 at gmail.com>  Sun, 28 Dec 2008 12:01:22 -0800
+  * dh 7
+
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Sun, 28 Dec 2008 16:56:39 -0800
 
 libglib-perl (1:1.190-2) unstable; urgency=low
 

Modified: trunk/libglib-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libglib-perl/debian/compat?rev=28890&op=diff
==============================================================================
--- trunk/libglib-perl/debian/compat (original)
+++ trunk/libglib-perl/debian/compat Mon Dec 29 00:57:00 2008
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libglib-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libglib-perl/debian/control?rev=28890&op=diff
==============================================================================
--- trunk/libglib-perl/debian/control (original)
+++ trunk/libglib-perl/debian/control Mon Dec 29 00:57:00 2008
@@ -1,7 +1,7 @@
 Source: libglib-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5), perl (>= 5.8.0-7), libextutils-depends-perl (>= 0.300), libextutils-pkgconfig-perl (>= 1.00), libglib2.0-dev (>= 2.4.0), quilt
+Build-Depends: debhelper (>= 7), perl (>= 5.8.0-7), libextutils-depends-perl (>= 0.300), libextutils-pkgconfig-perl (>= 1.00), libglib2.0-dev (>= 2.4.0), quilt
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ryan Niebur <ryanryan52 at gmail.com>
 Standards-Version: 3.8.0

Modified: trunk/libglib-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libglib-perl/debian/rules?rev=28890&op=diff
==============================================================================
--- trunk/libglib-perl/debian/rules (original)
+++ trunk/libglib-perl/debian/rules Mon Dec 29 00:57:00 2008
@@ -1,81 +1,23 @@
 #!/usr/bin/make -f
 
-# If set to a true value then MakeMaker's prompt function will
-# always return the default without waiting for user input.
-export PERL_MM_USE_DEFAULT=1
+build: build-stamp
+build-stamp:
+	dh build
+	touch $@
 
-include /usr/share/quilt/quilt.make
+clean:
+	dh $@
 
-PACKAGE=$(shell dh_listpackages)
+install: install-stamp
+install-stamp: build-stamp
+	dh install
+	touch $@
 
-ifndef PERL
-PERL = /usr/bin/perl
-endif
+binary-arch: install
+	dh $@
 
-TMP     =$(CURDIR)/debian/$(PACKAGE)
+binary-indep:
 
-CFLAGS = -Wall -g
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-        CFLAGS += -O0
-else
-        CFLAGS += -O2
-endif
+binary: binary-arch binary-indep
 
-build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
-	dh_testdir
-
-	# Add here commands to compile the package.
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE) OPTIMIZE="$(CFLAGS)"
-
-	touch build-stamp
-
-clean: unpatch
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp
-
-	# Add here commands to clean up after the build process.
-	[ ! -f Makefile ] || $(MAKE) realclean
-
-	dh_clean
-
-install: 
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	dh_installdirs
-
-	$(MAKE) test
-	$(MAKE) install PREFIX=$(TMP)/usr
-
-
-# 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_installdocs
-	dh_installexamples 
-	dh_installchangelogs ChangeLog
-	dh_link
-	dh_strip
-	dh_compress
-	dh_fixperms
-	dh_makeshlibs
-	dh_installdeb
-	dh_perl 
-	dh_shlibdeps
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-source diff:                                                                  
-	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary
+.PHONY: binary binary-arch binary-indep install clean build




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