r19794 - in /packages/unstable/gmime2.4/debian: changelog control rules

meebey at users.alioth.debian.org meebey at users.alioth.debian.org
Mon Apr 27 20:47:49 UTC 2009


Author: meebey
Date: Mon Apr 27 20:47:49 2009
New Revision: 19794

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=19794
Log:
  * debian/rules:
    + Replaced full re-autogen with autoreconf, that should be more than
      enough. (Closes: #525585)
  * debian/control:
    + Enhanced package short descriptions. (Closes: #493502)

Modified:
    packages/unstable/gmime2.4/debian/changelog
    packages/unstable/gmime2.4/debian/control
    packages/unstable/gmime2.4/debian/rules

Modified: packages/unstable/gmime2.4/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gmime2.4/debian/changelog?rev=19794&op=diff
==============================================================================
--- packages/unstable/gmime2.4/debian/changelog (original)
+++ packages/unstable/gmime2.4/debian/changelog Mon Apr 27 20:47:49 2009
@@ -1,3 +1,13 @@
+gmime2.4 (2.4.4-2) unstable; urgency=low
+
+  * debian/rules:
+    + Replaced full re-autogen with autoreconf, that should be more than
+      enough. (Closes: #525585)
+  * debian/control:
+    + Enhanced package short descriptions. (Closes: #493502)
+
+ -- Mirco Bauer <meebey at debian.org>  Sun, 26 Apr 2009 11:21:38 +0200
+
 gmime2.4 (2.4.4-1) unstable; urgency=low
 
   * Initial release.

Modified: packages/unstable/gmime2.4/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gmime2.4/debian/control?rev=19794&op=diff
==============================================================================
--- packages/unstable/gmime2.4/debian/control (original)
+++ packages/unstable/gmime2.4/debian/control Mon Apr 27 20:47:49 2009
@@ -28,7 +28,7 @@
 Architecture: any
 Section: libdevel
 Depends: libgmime-2.4-2 (= ${binary:Version}), libc6-dev, libglib2.0-dev
-Description: MIME library - development files
+Description: MIME message parser and creator library - development files
  GMime provides a core library and set of utilities which may be used for the
  creation and parsing of messages using the Multipurpose Internet Mail
  Extension (MIME).
@@ -38,7 +38,7 @@
 Package: libgmime-2.4-doc
 Architecture: all
 Section: doc
-Description: MIME library - documentation
+Description: MIME message parser and creator library - documentation
  GMime provides a core library and set of utilities which may be used for the
  creation and parsing of messages using the Multipurpose Internet Mail
  Extension (MIME).
@@ -48,7 +48,7 @@
 Package: libgmime-2.4-2
 Architecture: any
 Depends: ${shlibs:Depends}
-Description: MIME library
+Description: MIME message parser and creator library - runtime
  GMime provides a core library and set of utilities which may be used for the
  creation and parsing of messages using the Multipurpose Internet Mail
  Extension (MIME).

Modified: packages/unstable/gmime2.4/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gmime2.4/debian/rules?rev=19794&op=diff
==============================================================================
--- packages/unstable/gmime2.4/debian/rules (original)
+++ packages/unstable/gmime2.4/debian/rules Mon Apr 27 20:47:49 2009
@@ -21,13 +21,12 @@
 include /usr/share/quilt/quilt.make
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 
-autogen: $(QUILT_STAMPFN)
-	#libtoolize --force
-	autoheader
-	automake --add-missing
-	autoconf
+autoreconf: autoreconf-stamp
+autoreconf-stamp: $(QUILT_STAMPFN)
+	autoreconf -f -i -s
+	touch $@
 
-override_dh_auto_configure: autogen
+override_dh_auto_configure: autoreconf-stamp
 	dh_auto_configure -- \
 		--enable-gtk-doc \
 		--disable-rpath \
@@ -84,4 +83,4 @@
 %:
 	dh $@
 
-.PHONY: configure build clean get-orig-source autogen
+.PHONY: autoreconf configure build clean get-orig-source




More information about the pkg-gnome-commits mailing list