r36753 - in /trunk/libjson-xs-perl/debian: changelog control rules
ryan52-guest at users.alioth.debian.org
ryan52-guest at users.alioth.debian.org
Sat May 30 07:29:43 UTC 2009
Author: ryan52-guest
Date: Sat May 30 07:29:38 2009
New Revision: 36753
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=36753
Log:
update debhelper usage
Modified:
trunk/libjson-xs-perl/debian/changelog
trunk/libjson-xs-perl/debian/control
trunk/libjson-xs-perl/debian/rules
Modified: trunk/libjson-xs-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjson-xs-perl/debian/changelog?rev=36753&op=diff
==============================================================================
--- trunk/libjson-xs-perl/debian/changelog (original)
+++ trunk/libjson-xs-perl/debian/changelog Sat May 30 07:29:38 2009
@@ -3,8 +3,9 @@
* New upstream release
* Add myself to Uploaders
* Debian Policy 3.8.1
+ * update debhelper usage
- -- Ryan Niebur <ryanryan52 at gmail.com> Sat, 30 May 2009 00:18:27 -0700
+ -- Ryan Niebur <ryanryan52 at gmail.com> Sat, 30 May 2009 00:29:34 -0700
libjson-xs-perl (2.232-1) unstable; urgency=low
Modified: trunk/libjson-xs-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjson-xs-perl/debian/control?rev=36753&op=diff
==============================================================================
--- trunk/libjson-xs-perl/debian/control (original)
+++ trunk/libjson-xs-perl/debian/control Sat May 30 07:29:38 2009
@@ -1,7 +1,7 @@
Source: libjson-xs-perl
Section: perl
Priority: optional
-Build-Depends: debhelper (>= 7), perl (>= 5.8.8)
+Build-Depends: debhelper (>= 7.0.50), perl (>= 5.8.8)
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Angel Abad (Ikusnet SLL) <angel at grupoikusnet.com>,
Ivan Kohler <ivan-debian at 420.am>,
Modified: trunk/libjson-xs-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjson-xs-perl/debian/rules?rev=36753&op=diff
==============================================================================
--- trunk/libjson-xs-perl/debian/rules (original)
+++ trunk/libjson-xs-perl/debian/rules Sat May 30 07:29:38 2009
@@ -2,8 +2,6 @@
DEB_HOST_ARCH = $(shell dpkg-architecture -qDEB_HOST_ARCH)
-# Allow disabling build optimisation by setting noopt in
-# $DEB_BUILD_OPTIONS
CFLAGS = -Wall -g
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
CFLAGS += -O0
@@ -15,26 +13,8 @@
endif
endif
-build: build-stamp
-build-stamp:
- dh build --before configure
+override_dh_auto_configure:
dh_auto_configure -- OPTIMIZE="$(CFLAGS)"
- dh build --after configure
- touch $@
-clean:
+%:
dh $@
-
-install: install-stamp
-install-stamp: build-stamp
- dh install
- touch $@
-
-binary-arch: install
- dh $@
-
-binary-indep:
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build
More information about the Pkg-perl-cvs-commits
mailing list