r71847 - in /trunk/libapache2-mod-perl2/debian: changelog control rules

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Tue Mar 22 11:42:51 UTC 2011


Author: periapt-guest
Date: Tue Mar 22 11:42:35 2011
New Revision: 71847

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=71847
Log:
- DEB_BUILD_OPTIONS does not seem to work
- Review patches
* Added versioning of depdendency between dev and core packages

Modified:
    trunk/libapache2-mod-perl2/debian/changelog
    trunk/libapache2-mod-perl2/debian/control
    trunk/libapache2-mod-perl2/debian/rules

Modified: trunk/libapache2-mod-perl2/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache2-mod-perl2/debian/changelog?rev=71847&op=diff
==============================================================================
--- trunk/libapache2-mod-perl2/debian/changelog (original)
+++ trunk/libapache2-mod-perl2/debian/changelog Tue Mar 22 11:42:35 2011
@@ -1,15 +1,17 @@
 libapache2-mod-perl2 (2.0.4-8) UNRELEASED; urgency=low
 
   TODO:
-  - remove cruft
+  - DEB_BUILD_OPTIONS does not seem to work
   - Clean lintian
   - Upgrade version
+  - Review patches
   - Check copright
 
   * Added myself to Uploaders
   * Upped debian compatibility level to 7 and removed quilt cruft
   * Refreshed debian/rules
   * Upped standards version to 3.9.1
+  * Added versioning of depdendency between dev and core packages
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Tue, 15 Mar 2011 11:00:11 +0000
 

Modified: trunk/libapache2-mod-perl2/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache2-mod-perl2/debian/control?rev=71847&op=diff
==============================================================================
--- trunk/libapache2-mod-perl2/debian/control (original)
+++ trunk/libapache2-mod-perl2/debian/control Tue Mar 22 11:42:35 2011
@@ -36,7 +36,8 @@
 Package: libapache2-mod-perl2-dev
 Architecture: all
 Section: libdevel
-Depends: ${misc:Depends}, libapache2-mod-perl2
+Depends: ${misc:Depends}, libapache2-mod-perl2 (>= ${source:Version}),
+ libapache2-mod-perl2 (<< ${source:Version}.1~)
 Description: Integration of perl with the Apache2 web server - development files
  mod_perl allows the use of Perl for just about anything
  Apache-related, including <Perl> sections in the config

Modified: trunk/libapache2-mod-perl2/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache2-mod-perl2/debian/rules?rev=71847&op=diff
==============================================================================
--- trunk/libapache2-mod-perl2/debian/rules (original)
+++ trunk/libapache2-mod-perl2/debian/rules Tue Mar 22 11:42:35 2011
@@ -1,15 +1,6 @@
 #!/usr/bin/make -f
 
 TMP  := $(CURDIR)/debian/libapache2-mod-perl2
-
-# 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
 
 %:
 	dh $@




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