r18476 - in /packages/unstable/gmime2.2/debian: changelog control.in rules
meebey at users.alioth.debian.org
meebey at users.alioth.debian.org
Thu Feb 19 20:21:27 UTC 2009
Author: meebey
Date: Thu Feb 19 20:21:27 2009
New Revision: 18476
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=18476
Log:
* debian/control.in:
+ Added gnome-pkg-tools to build-deps as needed by clean target.
* debian/rules:
+ Generate control in clean target using gnome-pkg-tools.
Modified:
packages/unstable/gmime2.2/debian/changelog
packages/unstable/gmime2.2/debian/control.in
packages/unstable/gmime2.2/debian/rules
Modified: packages/unstable/gmime2.2/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gmime2.2/debian/changelog?rev=18476&op=diff
==============================================================================
--- packages/unstable/gmime2.2/debian/changelog (original)
+++ packages/unstable/gmime2.2/debian/changelog Thu Feb 19 20:21:27 2009
@@ -5,11 +5,14 @@
according to that. (Closes: #513428)
* debian/control
debian/control.in:
- + Renamed control to control.in, control is generated by debian/rules. (PLEASE IMPLEMENT ME!)
- * debian/control:
+ + Renamed control to control.in, control is generated by debian/rules.
+ * debian/control.in:
+ + Added gnome-pkg-tools to build-deps as needed by clean target.
+ Added Vcs-Browser and Vcs-Svn fields.
-
- -- Mirco Bauer <meebey at debian.org> Thu, 19 Feb 2009 20:57:04 +0100
+ * debian/rules:
+ + Generate control in clean target using gnome-pkg-tools.
+
+ -- Mirco Bauer <meebey at debian.org> Thu, 19 Feb 2009 21:19:11 +0100
gmime2.2 (2.2.22-2) unstable; urgency=low
Modified: packages/unstable/gmime2.2/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gmime2.2/debian/control.in?rev=18476&op=diff
==============================================================================
--- packages/unstable/gmime2.2/debian/control.in (original)
+++ packages/unstable/gmime2.2/debian/control.in Thu Feb 19 20:21:27 2009
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Mirco Bauer <meebey at debian.org>
Uploaders: @GNOME_TEAM@
-Build-Depends: debhelper (>> 4.0.0), libglib2.0-dev, autotools-dev, zlib1g-dev, dpatch, gtk-doc-tools (>= 1.8), docbook-utils
+Build-Depends: debhelper (>> 4.0.0), gnome-pkg-tools (>= 0.10), libglib2.0-dev, autotools-dev, zlib1g-dev, dpatch, gtk-doc-tools (>= 1.8), docbook-utils
Build-Depends-Indep: cli-common-dev (>= 0.4.4), mono-mcs, mono-gac, libgtk2.0-cil (>= 2.4.0), gtk-sharp2-gapi (>= 2.4.0)
Standards-Version: 3.8.0
Homepage: http://spruce.sourceforge.net/gmime/
Modified: packages/unstable/gmime2.2/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gmime2.2/debian/rules?rev=18476&op=diff
==============================================================================
--- packages/unstable/gmime2.2/debian/rules (original)
+++ packages/unstable/gmime2.2/debian/rules Thu Feb 19 20:21:27 2009
@@ -6,6 +6,7 @@
export MONO_SHARED_DIR=$(CURDIR)
include /usr/share/dpatch/dpatch.make
+include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
CFLAGS = -Wall -g
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
@@ -30,7 +31,7 @@
touch build-stamp
-clean: unpatch
+clean:: unpatch
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
More information about the pkg-gnome-commits
mailing list