[Pkg-cli-apps-commits] [SCM] tangerine branch, master, updated. debian/0.3.2.2-2-1-g5633173

Iain Lane laney at ubuntu.com
Wed Apr 28 17:27:47 UTC 2010


The following commit has been merged in the master branch:
commit 5633173040005737ae6c5336f35cdf0ff301dd6b
Author: Iain Lane <laney at ubuntu.com>
Date:   Wed Apr 28 18:07:25 2010 +0100

    Drop beagle support
    
    * debian/control, debian/rules: Drop beagle support as beagle is being
      removed from Debian completely
    * debian/source/format: Create with 1.0

diff --git a/debian/changelog b/debian/changelog
index 32bb889..e139ccb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+tangerine (0.3.2.2-3) UNRELEASED; urgency=low
+
+  * debian/control, debian/rules: Drop beagle support as beagle is being
+    removed from Debian completely
+  * debian/source/format: Create with 1.0 
+
+ -- Iain Lane <laney at ubuntu.com>  Wed, 28 Apr 2010 18:02:19 +0100
+
 tangerine (0.3.2.2-2) unstable; urgency=low
 
   * debian/control:
diff --git a/debian/control b/debian/control
index a0f1673..e4e049f 100644
--- a/debian/control
+++ b/debian/control
@@ -20,8 +20,7 @@ Build-Depends: debhelper (>= 7.0.50),
                libglade2.0-cil-dev,
                libndesk-dbus-glib1.0-cil-dev,
                libsm-dev,
-               banshee (>= 1.4.2),
-               beagle-dev (>= 0.1.4)
+               banshee (>= 1.4.2)
 Standards-Version: 3.8.4
 Homepage: http://launchpad.net/tangerine/
 Vcs-Git: git://git.debian.org/git/pkg-cli-apps/packages/tangerine.git
@@ -30,7 +29,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-cli-apps/packages/tangerine.git
 Package: tangerine
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${cli:Depends}
-Suggests: amarok (>= 2.0), banshee (>= 1.4.2), beagle (>= 0.1.4), rhythmbox
+Suggests: amarok (>= 2.0), banshee (>= 1.4.2), rhythmbox
 Description: music server using DAAP
  Tangerine is a simple music sharing server that uses DAAP to share your music
  over the local network.
@@ -46,7 +45,7 @@ Depends: tangerine (= ${binary:Version}),
          ${shlibs:Depends},
          ${misc:Depends},
          ${cli:Depends}
-Suggests: banshee-dbg, beagle, rhythmbox
+Suggests: banshee-dbg, rhythmbox
 Description: music server using DAAP (debug symbols)
  Tangerine is a simple music sharing server that uses DAAP to share your music
  over the local network.
diff --git a/debian/rules b/debian/rules
index 1a59018..e728203 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,7 +23,7 @@ override_dh_auto_configure:
 		MCS=/usr/bin/mono-csc \
 		--enable-debug \
 		--enable-banshee \
-		--enable-beagle \
+		--disable-beagle \
 		--enable-file
 
 override_dh_strip:
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..d3827e7
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+1.0

-- 
tangerine



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