r48756 - in /trunk/libgraphics-plot-perl/debian: changelog compat control rules

mxey-guest at users.alioth.debian.org mxey-guest at users.alioth.debian.org
Mon Dec 14 13:54:54 UTC 2009


Author: mxey-guest
Date: Mon Dec 14 13:54:48 2009
New Revision: 48756

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=48756
Log:
Minimize debian/rules

Modified:
    trunk/libgraphics-plot-perl/debian/changelog
    trunk/libgraphics-plot-perl/debian/compat
    trunk/libgraphics-plot-perl/debian/control
    trunk/libgraphics-plot-perl/debian/rules

Modified: trunk/libgraphics-plot-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgraphics-plot-perl/debian/changelog?rev=48756&op=diff
==============================================================================
--- trunk/libgraphics-plot-perl/debian/changelog (original)
+++ trunk/libgraphics-plot-perl/debian/changelog Mon Dec 14 13:54:48 2009
@@ -12,8 +12,9 @@
 
   [ Maximilian Gass ]
   * Rename to libgraphics-plot-perl
+  * Minimize debian/rules
 
- -- Maximilian Gass <mxey at cloudconnected.org>  Mon, 14 Dec 2009 14:09:12 +0100
+ -- Maximilian Gass <mxey at cloudconnected.org>  Mon, 14 Dec 2009 14:54:34 +0100
 
 libplot-perl (2.2.2-4) unstable; urgency=low
 

Modified: trunk/libgraphics-plot-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgraphics-plot-perl/debian/compat?rev=48756&op=diff
==============================================================================
--- trunk/libgraphics-plot-perl/debian/compat (original)
+++ trunk/libgraphics-plot-perl/debian/compat Mon Dec 14 13:54:48 2009
@@ -1,1 +1,1 @@
-6
+7

Modified: trunk/libgraphics-plot-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgraphics-plot-perl/debian/control?rev=48756&op=diff
==============================================================================
--- trunk/libgraphics-plot-perl/debian/control (original)
+++ trunk/libgraphics-plot-perl/debian/control Mon Dec 14 13:54:48 2009
@@ -3,8 +3,9 @@
 Priority: extra
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Carlo Segre <segre at debian.org>, Niko Tyni <ntyni at iki.fi>,
- Damyan Ivanov <dmn at debian.org>
-Build-Depends: debhelper (>= 6), perl (>> 5.8), libplot-dev, quilt
+ Damyan Ivanov <dmn at debian.org>, Maximilian Gass <mxey at cloudconnected.org>
+Build-Depends: debhelper (>= 7.0.50~), perl (>> 5.8), libplot-dev, 
+  quilt (>= 0.46-7)
 Standards-Version: 3.7.3
 Homepage: http://search.cpan.org/dist/Graphics-Libplot/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libgraphics-plot-perl/

Modified: trunk/libgraphics-plot-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgraphics-plot-perl/debian/rules?rev=48756&op=diff
==============================================================================
--- trunk/libgraphics-plot-perl/debian/rules (original)
+++ trunk/libgraphics-plot-perl/debian/rules Mon Dec 14 13:54:48 2009
@@ -1,67 +1,7 @@
 #! /usr/bin/make -f
-# -*-makefile-*-
-# debian/rules file for libgraphics-plot-perl
 
-include /usr/share/quilt/quilt.make
+%:
+	dh --with quilt $@
 
-PERL	?= /usr/bin/perl
-
-PACKAGE	:= $(firstword $(shell dh_listpackages))
-TMP	:= $(CURDIR)/debian/$(PACKAGE)
-
-# Allow disabling build optimation by setting noopt in
-# $DEB_BUILD_OPTIONS
-CFLAGS = -Wall -g
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-    CFLAGS += -O0
-else
-    CFLAGS += -O2
-endif
-
-build:	build-stamp
-build-stamp: $(QUILT_STAMPFN)
-	dh_testdir
-	$(PERL) Makefile.PL INSTALLDIRS=vendor PERL=$(PERL)
-	$(MAKE) LD_RUN_PATH= OPTIMIZE="$(CFLAGS)"
-	touch $@
-
-clean: unpatch
-	dh_testdir
-	rm -f build-stamp
-	dh_clean build-stamp install-stamp
-	[ ! -f Makefile ] || $(MAKE) distclean
-
-install: install-stamp
-install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	
-	$(MAKE) pure_install DESTDIR=$(TMP) PREFIX=/usr
-	[ ! -d $(TMP)/usr/share/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/share/perl5
-	
-	touch $@
-
-binary-indep:
-
-binary-arch: install
-	dh_testdir
-	dh_testroot
-	
-	dh_installdocs
-	dh_installexamples examples/*
-	dh_installchangelogs Changes
-	
-	dh_strip
-	dh_compress
-	dh_fixperms
-	dh_perl
-	dh_shlibdeps
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary:	binary-indep binary-arch
-
-.PHONY:	binary binary-arch binary-indep clean build
+override_dh_auto_test:
+	# the test suite fails and was not active before




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