[Pkg-voip-commits] r1924 - in destar/trunk/debian: . patches

Alejandro Rios P. alerios-guest at costa.debian.org
Tue Jun 20 22:17:12 UTC 2006


Author: alerios-guest
Date: 2006-06-20 22:17:11 +0000 (Tue, 20 Jun 2006)
New Revision: 1924

Modified:
   destar/trunk/debian/control
   destar/trunk/debian/patches/10_notexecutables.dpatch
Log:
* A couple of changes to make lintian happy:
	- I Checked for changes on standards-version and I don't think there is any problem to use 3.7.2
	- make test.py executable.


Modified: destar/trunk/debian/control
===================================================================
--- destar/trunk/debian/control	2006-06-20 17:55:31 UTC (rev 1923)
+++ destar/trunk/debian/control	2006-06-20 22:17:11 UTC (rev 1924)
@@ -3,9 +3,9 @@
 Priority: optional
 Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
 Uploaders: Santiago Ruano Rincón <santiago at debian.org>, Alejandro Rios P. <alejandro.rios at avatar.com.co>, Mark Purcell <msp at debian.org>
-Build-Depends: debhelper (>=4.0.0)
-Build-Depends-Indep: python, dpatch
-Standards-Version: 3.6.2
+Build-Depends: debhelper (>=4.0.0), dpatch
+Build-Depends-Indep: python
+Standards-Version: 3.7.2
 
 Package: destar
 Architecture: all

Modified: destar/trunk/debian/patches/10_notexecutables.dpatch
===================================================================
--- destar/trunk/debian/patches/10_notexecutables.dpatch	2006-06-20 17:55:31 UTC (rev 1923)
+++ destar/trunk/debian/patches/10_notexecutables.dpatch	2006-06-20 22:17:11 UTC (rev 1924)
@@ -6,13 +6,14 @@
 
 @DPATCH@
 diff -urNad destar-0.2beta~/Makefile destar-0.2beta/Makefile
---- destar-0.2beta~/Makefile	2006-06-20 17:37:17.000000000 +0000
-+++ destar-0.2beta/Makefile	2006-06-20 17:38:33.000000000 +0000
-@@ -48,14 +48,15 @@
+--- destar-0.2beta~/Makefile	2006-06-20 21:47:32.000000000 +0000
++++ destar-0.2beta/Makefile	2006-06-20 21:54:31.000000000 +0000
+@@ -48,14 +48,16 @@
  	install -d $(PYDIR)
  	#cp -a *.py *.ptl misc medusa $(PYDIR)
  	install -m 644 *.py *.ptl $(PYDIR)/
 +	install -m 755 Server.py $(PYDIR)/
++	install -m 755 tests.py $(PYDIR)/
  	install -d $(LOCALEDIR)
  	cp -fa lang/* $(LOCALEDIR)
  	install -d $(PYDIR)/misc




More information about the Pkg-voip-commits mailing list