[Pkg-cli-apps-commits] r4473 - in /packages/banshee-extension-mirage/trunk/debian: changelog control patches/10_configurable_compiler.patch rules
slomo at users.alioth.debian.org
slomo at users.alioth.debian.org
Thu Jan 29 13:08:33 UTC 2009
Author: slomo
Date: Thu Jan 29 13:08:33 2009
New Revision: 4473
URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=4473
Log:
* New SVN snapshot, fixing translation issues.
* debian/control:
+ Update for Gnome# 2.24.
* debian/rules,
debian/control,
debian/patches/10_configurable_compiler.patch:
+ Don't run automake/autoconf during build as it's not required
anymore.
Removed:
packages/banshee-extension-mirage/trunk/debian/patches/10_configurable_compiler.patch
Modified:
packages/banshee-extension-mirage/trunk/debian/changelog
packages/banshee-extension-mirage/trunk/debian/control
packages/banshee-extension-mirage/trunk/debian/rules
Modified: packages/banshee-extension-mirage/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/banshee-extension-mirage/trunk/debian/changelog?rev=4473&op=diff
==============================================================================
--- packages/banshee-extension-mirage/trunk/debian/changelog (original)
+++ packages/banshee-extension-mirage/trunk/debian/changelog Thu Jan 29 13:08:33 2009
@@ -1,3 +1,16 @@
+banshee-extension-mirage (0.4.0+r81-1) experimental; urgency=low
+
+ * New SVN snapshot, fixing translation issues.
+ * debian/control:
+ + Update for Gnome# 2.24.
+ * debian/rules,
+ debian/control,
+ debian/patches/10_configurable_compiler.patch:
+ + Don't run automake/autoconf during build as it's not required
+ anymore.
+
+ -- Sebastian Dröge <slomo at debian.org> Thu, 29 Jan 2009 14:06:25 +0100
+
banshee-extension-mirage (0.4.0-3) experimental; urgency=low
[ Iain Lane ]
Modified: packages/banshee-extension-mirage/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/banshee-extension-mirage/trunk/debian/control?rev=4473&op=diff
==============================================================================
--- packages/banshee-extension-mirage/trunk/debian/control (original)
+++ packages/banshee-extension-mirage/trunk/debian/control Thu Jan 29 13:08:33 2009
@@ -6,9 +6,6 @@
debhelper (>= 5),
cli-common-dev (>= 0.4.4),
autotools-dev,
- libtool,
- autoconf,
- automake1.10,
banshee (>= 1.4.1),
mono-devel (>= 2.0),
libglib2.0-dev,
@@ -18,7 +15,7 @@
libgstreamer-plugins-base0.10-dev (>= 0.10.3),
libsamplerate0-dev,
libgtk2.0-cil (>= 2.10),
- libgconf2.0-cil,
+ libgconf2.24-cil,
intltool (>= 0.35)
Standards-Version: 3.8.0
Homepage: http://hop.at/mirage/
Modified: packages/banshee-extension-mirage/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/banshee-extension-mirage/trunk/debian/rules?rev=4473&op=diff
==============================================================================
--- packages/banshee-extension-mirage/trunk/debian/rules (original)
+++ packages/banshee-extension-mirage/trunk/debian/rules Thu Jan 29 13:08:33 2009
@@ -9,11 +9,6 @@
export MONO_SHARED_DIR=$(CURDIR)
LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
-
-DEB_AUTO_UPDATE_ACLOCAL = 1.10
-DEB_AUTO_UPDATE_LIBTOOL = pre
-DEB_AUTO_UPDATE_AUTOCONF = true
-DEB_AUTO_UPDATE_AUTOMAKE = 1.10
DEB_CONFIGURE_USER_FLAGS += GMCS=/usr/bin/csc
DEB_CONFIGURE_EXTRA_FLAGS += --disable-static
More information about the Pkg-cli-apps-commits
mailing list