[Pkg-cli-apps-commits] r4441 - in /packages/banshee/trunk/debian: changelog control rules

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Wed Jan 21 15:31:49 UTC 2009


Author: slomo
Date: Wed Jan 21 15:31:49 2009
New Revision: 4441

URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=4441
Log:
* New upstream bugfix release:
  + debian/rules:
    - Set the vendor ID to the output of lsb_release -sd.
* debian/control,
  debian/rules:
  + Update for the mono 2.0 transition.

Modified:
    packages/banshee/trunk/debian/changelog
    packages/banshee/trunk/debian/control
    packages/banshee/trunk/debian/rules

Modified: packages/banshee/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/banshee/trunk/debian/changelog?rev=4441&op=diff
==============================================================================
--- packages/banshee/trunk/debian/changelog (original)
+++ packages/banshee/trunk/debian/changelog Wed Jan 21 15:31:49 2009
@@ -1,3 +1,14 @@
+banshee (1.4.2-1) experimental; urgency=low
+
+  * New upstream bugfix release:
+    + debian/rules:
+      - Set the vendor ID to the output of lsb_release -sd.
+  * debian/control,
+    debian/rules:
+    + Update for the mono 2.0 transition.
+
+ -- Sebastian Dröge <slomo at debian.org>  Wed, 21 Jan 2009 16:29:56 +0100
+
 banshee (1.4.1-1) experimental; urgency=low
 
   * New upstream bugfix release.

Modified: packages/banshee/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/banshee/trunk/debian/control?rev=4441&op=diff
==============================================================================
--- packages/banshee/trunk/debian/control (original)
+++ packages/banshee/trunk/debian/control Wed Jan 21 15:31:49 2009
@@ -7,7 +7,7 @@
                autotools-dev,
                cli-common-dev (>= 0.4.4),
                intltool (>= 0.35),
-               mono-gmcs,
+               mono-devel (>= 2.0.0),
                boo (>= 0.8.1),
                libmono-dev (>= 1.2.4),
                libmono-system-data2.0-cil,
@@ -28,8 +28,8 @@
                libglade2.0-cil (>= 2.10),
                libgconf2.0-cil (>= 2.10),
                libgnome2.0-cil (>= 2.10),
-               libipod-cil (>= 0.8.1),
-               libipodui-cil (>= 0.8.1),
+               libipod-cil (>= 0.8.2),
+               libipodui-cil (>= 0.8.2),
                libkarma-cil (>= 0.0.5),
                monodoc-base (>= 1.1.9),
                libsqlite3-dev (>= 3.4),

Modified: packages/banshee/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/banshee/trunk/debian/rules?rev=4441&op=diff
==============================================================================
--- packages/banshee/trunk/debian/rules (original)
+++ packages/banshee/trunk/debian/rules Wed Jan 21 15:31:49 2009
@@ -11,7 +11,9 @@
 
 LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 
-DEB_CONFIGURE_EXTRA_FLAGS += --disable-static --enable-release
+DEB_CONFIGURE_EXTRA_FLAGS += --disable-static --enable-release \
+                             --with-vendor-build-id="`lsb_release -ds`" \
+                             MCS=/usr/bin/csc
 
 common-binary-predeb-arch::
 	dh_clifixperms




More information about the Pkg-cli-apps-commits mailing list