[Pkg-cli-apps-commits] r4842 - in /packages/gfax/trunk/debian: changelog control rules
sebner-guest at users.alioth.debian.org
sebner-guest at users.alioth.debian.org
Sat Apr 18 16:04:37 UTC 2009
Author: sebner-guest
Date: Sat Apr 18 16:04:37 2009
New Revision: 4842
URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=4842
Log:
Gnome# transition, bump standards-version, silence lintian, not buildable though (see debian/rules note)
Modified:
packages/gfax/trunk/debian/changelog
packages/gfax/trunk/debian/control
packages/gfax/trunk/debian/rules
Modified: packages/gfax/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gfax/trunk/debian/changelog?rev=4842&op=diff
==============================================================================
--- packages/gfax/trunk/debian/changelog (original)
+++ packages/gfax/trunk/debian/changelog Sat Apr 18 16:04:37 2009
@@ -1,3 +1,17 @@
+gfax (0.7.6-13) UNRELEASED; urgency=low
+
+ * debian/control:
+ + libgnome2.0-cil -> libgnome2.24-cil for GNOME# transition
+ + Tweak build-deps to allow building against libgconf2.24-cil due to
+ broken ABI bump in Ubuntu
+ + Bump Standards-Version to 3.8.1
+ * debian/rules:
+ + Replace deprecated dh_clean -k with dh_prep
+
+*** gfax not building, awaiting libgnome2.0.pc file instead of 2.24 one.
+
+ -- Stefan Ebner <sebner at ubuntu.com> Sat, 18 Apr 2009 17:40:39 +0200
+
gfax (0.7.6-12) unstable; urgency=low
* Rebuild against libevolution5.0-cil and libgnomeprint2.2-0 2.18.6-1
Modified: packages/gfax/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gfax/trunk/debian/control?rev=4842&op=diff
==============================================================================
--- packages/gfax/trunk/debian/control (original)
+++ packages/gfax/trunk/debian/control Sat Apr 18 16:04:37 2009
@@ -7,8 +7,8 @@
Build-Depends-Indep: cli-common-dev (>= 0.5.4),
mono-devel (>= 2.0),
libgtk2.0-cil,
- libgnome2.0-cil (>= 2.20),
- libgconf2.0-cil,
+ libgnome2.24-cil (>= 2.24),
+ libgconf2.0-cil | libgconf2.24-cil,
libgconf2-dev,
libglade2.0-cil,
libglib2.0-cil,
@@ -21,7 +21,7 @@
autoconf,
automake,
autotools-dev
-Standards-Version: 3.7.3
+Standards-Version: 3.8.1
Homepage: http://www.cowlug.org/gfax/
Vcs-Svn: svn://svn.debian.org/svn/pkg-cli-apps/packages/gfax/trunk/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gfax/trunk/
Modified: packages/gfax/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gfax/trunk/debian/rules?rev=4842&op=diff
==============================================================================
--- packages/gfax/trunk/debian/rules (original)
+++ packages/gfax/trunk/debian/rules Sat Apr 18 16:04:37 2009
@@ -60,7 +60,7 @@
install: build
dh_testdir
dh_testroot
- dh_clean -k
+ dh_prep
dh_installdirs
$(MAKE) install DESTDIR=$(CURDIR)/debian/gfax
More information about the Pkg-cli-apps-commits
mailing list