[Pkg-voip-commits] r8098 - in /yate/trunk/debian: changelog control rules

tzafrir-guest at alioth.debian.org tzafrir-guest at alioth.debian.org
Sat Feb 20 19:05:46 UTC 2010


Author: tzafrir-guest
Date: Sat Feb 20 19:05:42 2010
New Revision: 8098

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=8098
Log:
* YATE2 does not use libpri anymore.
* No need to depend on dpatch (we'll switch to quilt if we have patches). 

Modified:
    yate/trunk/debian/changelog
    yate/trunk/debian/control
    yate/trunk/debian/rules

Modified: yate/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/yate/trunk/debian/changelog?rev=8098&op=diff
==============================================================================
--- yate/trunk/debian/changelog (original)
+++ yate/trunk/debian/changelog Sat Feb 20 19:05:42 2010
@@ -2,8 +2,10 @@
 
   * Add myself as uploader.
   * Remove debian/tmp/ from install pathes. We use debhelper 7 now. 
+  * YATE2 does not use libpri anymore.
+  * No need to depend on dpatch (we'll switch to quilt if we have patches). 
 
- -- Tzafrir Cohen <tzafrir.cohen at xorcom.com>  Sat, 20 Feb 2010 17:27:52 +0200
+ -- Tzafrir Cohen <tzafrir.cohen at xorcom.com>  Sat, 20 Feb 2010 20:37:50 +0200
 
 yate (2.1.0-1~dfsg-1) unstable; urgency=low
 

Modified: yate/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/yate/trunk/debian/control?rev=8098&op=diff
==============================================================================
--- yate/trunk/debian/control (original)
+++ yate/trunk/debian/control Sat Feb 20 19:05:42 2010
@@ -5,7 +5,6 @@
 Uploaders: Kilian Krause <kilian at debian.org>, Jose Carlos Garcia Sogo <jsogo at debian.org>, Mark Purcell <msp at debian.org>, Santiago Garcia Mantinan <manty at debian.org>, Mikael Magnusson <mikma at users.sourceforge.net>, Faidon Liambotis <paravoid at debian.org>, Tzafrir Cohen <tzafrir.cohen at xorcom.com>
 Build-Depends: debhelper (>= 7),
  autotools-dev,
- dpatch, libpri-dev (>= 1.2.1-3),
  libopenh323-dev (>= 1.15.6),
  libgsm1-dev,
  dahdi-source,

Modified: yate/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/yate/trunk/debian/rules?rev=8098&op=diff
==============================================================================
--- yate/trunk/debian/rules (original)
+++ yate/trunk/debian/rules Sat Feb 20 19:05:42 2010
@@ -23,7 +23,6 @@
 	CFLAGS += -O2
 endif
 
-include /usr/share/dpatch/dpatch.make
 # FOR AUTOCONF 2.52 AND NEWER ONLY
 ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
    confflags += --build $(DEB_HOST_GNU_TYPE)
@@ -49,7 +48,7 @@
 endif
 	touch $@
 
-config.status: check-ilbc patch-stamp configure
+config.status: check-ilbc configure
 	dh_testdir
 	touch configure
 	# Add here commands to configure the package.
@@ -76,8 +75,7 @@
 	cd share/scripts/yaypm ; python2.5 ./setup.py build
 	touch $@
 
-clean: clean-patched unpatch
-clean-patched:
+clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp 




More information about the Pkg-voip-commits mailing list