[Pkg-voip-commits] r6723 - in /mumble/trunk/debian: changelog control patches/ rules

the-me-guest at alioth.debian.org the-me-guest at alioth.debian.org
Wed Feb 4 11:30:49 UTC 2009


Author: the-me-guest
Date: Wed Feb  4 11:30:49 2009
New Revision: 6723

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=6723
Log:
* Remove debian/patches and dpatch, everything has been merged by upstream.

Removed:
    mumble/trunk/debian/patches/
Modified:
    mumble/trunk/debian/changelog
    mumble/trunk/debian/control
    mumble/trunk/debian/rules

Modified: mumble/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/mumble/trunk/debian/changelog?rev=6723&op=diff
==============================================================================
--- mumble/trunk/debian/changelog (original)
+++ mumble/trunk/debian/changelog Wed Feb  4 11:30:49 2009
@@ -5,6 +5,7 @@
     and mumble-server.
   * Move swedish translation debian/sv.po to debian/po/sv.po.
     This was a bad error of mine.
+  * Remove debian/patches and dpatch, everything has been merged by upstream.
 
   [ Thorvald Natvig ]
   * New upstream release.

Modified: mumble/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/mumble/trunk/debian/control?rev=6723&op=diff
==============================================================================
--- mumble/trunk/debian/control (original)
+++ mumble/trunk/debian/control Wed Feb  4 11:30:49 2009
@@ -4,7 +4,7 @@
 Homepage: http://mumble.sourceforge.net/
 Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
 Uploaders: Patrick Matthäi <patrick.matthaei at web.de>, Thorvald Natvig <slicer at users.sourceforge.net>
-Build-Depends: debhelper (>= 5.0.51~), dpatch, po-debconf, libspeechd-dev, libasound2-dev, libboost-dev, libqt4-dev, libqt4-opengl-dev, libspeex-dev, libspeexdsp-dev, libpulse-dev, libssl-dev, libxevie-dev, libzeroc-ice33-dev | libzeroc-ice32-dev | libzeroc-ice-dev , ice33-translators | ice32-translators | ice-translators, libg15daemon-client-dev
+Build-Depends: debhelper (>= 5.0.51~), po-debconf, libspeechd-dev, libasound2-dev, libboost-dev, libqt4-dev, libqt4-opengl-dev, libspeex-dev, libspeexdsp-dev, libpulse-dev, libssl-dev, libxevie-dev, libzeroc-ice33-dev | libzeroc-ice32-dev | libzeroc-ice-dev , ice33-translators | ice32-translators | ice-translators, libg15daemon-client-dev
 Standards-Version: 3.8.0
 DM-Upload-Allowed: yes
 Vcs-Svn: svn://svn.debian.org/pkg-voip/mumble/trunk/

Modified: mumble/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/mumble/trunk/debian/rules?rev=6723&op=diff
==============================================================================
--- mumble/trunk/debian/rules (original)
+++ mumble/trunk/debian/rules Wed Feb  4 11:30:49 2009
@@ -5,10 +5,8 @@
 
 export DH_OPTIONS
 
-include /usr/share/dpatch/dpatch.make
-
 configure: configure-stamp
-configure-stamp: patch
+configure-stamp:
 	dh_testdir
 	qmake-qt4 main.pro \
 	CONFIG*=release \
@@ -29,7 +27,7 @@
 	$(MAKE) release
 	touch $@
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-arch-stamp configure-stamp




More information about the Pkg-voip-commits mailing list