r43245 - in /trunk/libgtk2-perl/debian: changelog control rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Aug 29 14:22:12 UTC 2009


Author: gregoa
Date: Sat Aug 29 14:22:03 2009
New Revision: 43245

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=43245
Log:
* Drop version from perl build dependency
* Set Standards-Version to 3.8.3 (no further changes).
* Add /me to Uploaders.
* Simplify debian/rules, bump debhelper and quilt build dependencies.

Modified:
    trunk/libgtk2-perl/debian/changelog
    trunk/libgtk2-perl/debian/control
    trunk/libgtk2-perl/debian/rules

Modified: trunk/libgtk2-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-perl/debian/changelog?rev=43245&op=diff
==============================================================================
--- trunk/libgtk2-perl/debian/changelog (original)
+++ trunk/libgtk2-perl/debian/changelog Sat Aug 29 14:22:03 2009
@@ -8,6 +8,10 @@
   * debian/rules: unset GTK_IM_MODULE for tests; t/GtkIMContext.t fails
     if it's set to something differently than gtk-im-context-simple in the
     build environment.
+  * Drop version from perl build dependency
+  * Set Standards-Version to 3.8.3 (no further changes).
+  * Add /me to Uploaders.
+  * Simplify debian/rules, bump debhelper and quilt build dependencies.
 
  -- Ryan Niebur <ryanryan52 at gmail.com>  Fri, 07 Aug 2009 00:09:42 -0700
 

Modified: trunk/libgtk2-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-perl/debian/control?rev=43245&op=diff
==============================================================================
--- trunk/libgtk2-perl/debian/control (original)
+++ trunk/libgtk2-perl/debian/control Sat Aug 29 14:22:03 2009
@@ -1,10 +1,11 @@
 Source: libgtk2-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), quilt (>= 0.40), perl (>= 5.8.0-7), libextutils-depends-perl (>= 0.300), libextutils-pkgconfig-perl (>= 1.03), libgtk2.0-dev (>= 2.6.0), libglib-perl (>= 1:1.220), libcairo-perl (>= 1.00), xvfb, xauth, xfonts-base, hicolor-icon-theme, libpango-perl (>= 1.220), shared-mime-info
+Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7), perl, libextutils-depends-perl (>= 0.300), libextutils-pkgconfig-perl (>= 1.03), libgtk2.0-dev (>= 2.6.0), libglib-perl (>= 1:1.220), libcairo-perl (>= 1.00), xvfb, xauth, xfonts-base, hicolor-icon-theme, libpango-perl (>= 1.220), shared-mime-info
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Ryan Niebur <ryanryan52 at gmail.com>
-Standards-Version: 3.8.2
+Uploaders: Ryan Niebur <ryanryan52 at gmail.com>,
+ gregor herrmann <gregoa at debian.org>
+Standards-Version: 3.8.3
 Homepage: http://gtk2-perl.sourceforge.net/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libgtk2-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libgtk2-perl/
@@ -39,7 +40,7 @@
 Package: libgtk2-perl-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends},
+Depends: ${misc:Depends}
 Recommends: libgtk2-perl
 Conflicts: libgtk2-perl (<< 1.038-2)
 Description: Perl interface to the Gtk 2.x series (documentation files)

Modified: trunk/libgtk2-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-perl/debian/rules?rev=43245&op=diff
==============================================================================
--- trunk/libgtk2-perl/debian/rules (original)
+++ trunk/libgtk2-perl/debian/rules Sat Aug 29 14:22:03 2009
@@ -1,28 +1,7 @@
 #!/usr/bin/make -f
 
-include /usr/share/quilt/quilt.make
+%:
+	dh --with quilt $@
 
-build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
-	dh --before dh_auto_test build
+override_dh_auto_test:
 	GTK_IM_MODULE= xvfb-run -s -noreset dh_auto_test
-	dh --after dh_auto_test build
-	touch $@
-
-clean: unpatch
-	dh $@
-
-install: install-stamp
-install-stamp: build-stamp
-	dh install
-	touch $@
-
-binary-arch: install
-	dh $@
-
-binary-indep:
-	dh $@
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build




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