[Pkg-voip-commits] r5701 - in /mumble/trunk/debian: changelog rules

the-me-guest at alioth.debian.org the-me-guest at alioth.debian.org
Sun May 11 10:34:36 UTC 2008


Author: the-me-guest
Date: Sun May 11 10:34:36 2008
New Revision: 5701

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5701
Log:
So now here are the changes (sorry worked to much offline..).
Add CONFIG+=RELEASE in rules.
Removed including of dpatch (missed in the last commit).

Modified:
    mumble/trunk/debian/changelog
    mumble/trunk/debian/rules

Modified: mumble/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/mumble/trunk/debian/changelog?rev=5701&op=diff
==============================================================================
--- mumble/trunk/debian/changelog (original)
+++ mumble/trunk/debian/changelog Sun May 11 10:34:36 2008
@@ -1,7 +1,19 @@
-mumble (1.1.3-5) UNRELEASED; urgency=low
+mumble (1.1.4-1) UNRELEASED; urgency=low
 
+  * New upstream release.
+    - Removed dpatch and all patches. They are merged in upstream.
+    - Define the Plugin Path and added liblink plugin for mumble.
+    - Renamed murmur-wrapper to murmur-user-wrapper and use murmur.ini now as
+      example file.
+    - Packaged new hal policy.
+    - Use the new -readpw option instead of -supw for mumble-server.
+    - Adjusted debian/copyright.
   * Changed destination of /etc/mumble-server/mumble-server.ini to
-    /etc/mumble-server.ini.
+    /etc/mumble-server.ini. So on it is in sync now with the Ubuntu packaging
+    and we can use mumble-server.{init,logrotate} from the upstream source.
+  * Moved mumble-server from Recommends to Suggests at the mumble package.
+  * Added libspeechd-dev build depend and speech-dispatcher recommend.
+  * Removed suggesting of festival.
   * The packaging itself is now BSD licensed.
   * Removed debconf depend. It will be added with ${misc:Depends}.
   * Handle /etc/mumble-server.ini and /etc/dbus-1/system.d/mumble-server.conf
@@ -13,7 +25,7 @@
   * Russian translation from Yuri Kozlov <kozlov.y at gmail.com>.
     Closes: #480623
 
- -- Patrick Matthäi <patrick.matthaei at web.de>  Thu,  8 May 2008 22:13:13 +0100
+ -- Patrick Matthäi <patrick.matthaei at web.de>  Thu, 11 May 2008 10:37:13 +0100
 
 mumble (1.1.3-4) unstable; urgency=low
 

Modified: mumble/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/mumble/trunk/debian/rules?rev=5701&op=diff
==============================================================================
--- mumble/trunk/debian/rules (original)
+++ mumble/trunk/debian/rules Sun May 11 10:34:36 2008
@@ -2,15 +2,13 @@
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
-
-include /usr/share/dpatch/dpatch.make
 
 export DH_OPTIONS
 
 configure: configure-stamp
 configure-stamp:
 	dh_testdir
-	qmake-qt4 main.pro DEFINES+=NO_UPDATE_CHECK CONFIG+=no-bundled-speex DEFINES+=PLUGIN_PATH=/usr/lib/mumble
+	qmake-qt4 main.pro DEFINES+=NO_UPDATE_CHECK CONFIG+=release CONFIG+=no-bundled-speex DEFINES+=PLUGIN_PATH=/usr/lib/mumble
 	touch configure-stamp
 
 build: build-arch




More information about the Pkg-voip-commits mailing list