[Pkg-voip-commits] r5196 - in /freepbx-modules/trunk/debian: changelog control dirs rules

tzafrir-guest at alioth.debian.org tzafrir-guest at alioth.debian.org
Sat Feb 9 20:46:44 UTC 2008


Author: tzafrir-guest
Date: Sat Feb  9 20:46:44 2008
New Revision: 5196

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5196
Log:
* Standard version 3.7.3 .
* Remove empty dir, make files non-executable, as per lintian.
* Move actions from arch-dependent targets.

Modified:
    freepbx-modules/trunk/debian/changelog
    freepbx-modules/trunk/debian/control
    freepbx-modules/trunk/debian/dirs
    freepbx-modules/trunk/debian/rules

Modified: freepbx-modules/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/freepbx-modules/trunk/debian/changelog?rev=5196&op=diff
==============================================================================
--- freepbx-modules/trunk/debian/changelog (original)
+++ freepbx-modules/trunk/debian/changelog Sat Feb  9 20:46:44 2008
@@ -1,3 +1,11 @@
+freepbx-modules (2.3.2) UNRELEASED; urgency=low
+
+  * Standard version 3.7.3 .
+  * Remove empty dir, make files non-executable, as per lintian.
+  * Move actions from arch-dependent targets.
+
+ -- Tzafrir Cohen <tzafrir.cohen at xorcom.com>  Sat, 09 Feb 2008 22:29:54 +0200
+
 freepbx-modules (2.3.1) unstable; urgency=low
 
   [Diego Iastrubni]
@@ -7,4 +15,4 @@
   [Tzafrir Cohen]
   A single binary package. All modules installed right now.
   
- -- Diego Iastrubni <tzafrir.cohen at xorcom.com>  Thu,  7 Feb 2008 01:02:23 +0200
+ -- Tzafrir Cohen <tzafrir.cohen at xorcom.com>  Thu,  7 Feb 2008 01:02:23 +0200

Modified: freepbx-modules/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/freepbx-modules/trunk/debian/control?rev=5196&op=diff
==============================================================================
--- freepbx-modules/trunk/debian/control (original)
+++ freepbx-modules/trunk/debian/control Sat Feb  9 20:46:44 2008
@@ -5,7 +5,7 @@
 Uploaders: Tzafrir Cohen <tzafrir.cohen at xorcom.com>, Diego Iastrubni <diego.iastrubni at xorcom.com>, Chris Halls <halls at debian.org>
 Build-Depends: debhelper (>= 4.0.0)
 Build-Depends-Indep: sharutils, dpatch
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 Homepage: http://www.freepbx.org/
 Vcs-Svn: svn://svn.debian.org/pkg-voip/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-voip/

Modified: freepbx-modules/trunk/debian/dirs
URL: http://svn.debian.org/wsvn/pkg-voip/freepbx-modules/trunk/debian/dirs?rev=5196&op=diff
==============================================================================
--- freepbx-modules/trunk/debian/dirs (original)
+++ freepbx-modules/trunk/debian/dirs Sat Feb  9 20:46:44 2008
@@ -1,2 +1,1 @@
-usr/share/freepbx-common/
 usr/share/freepbx/modules

Modified: freepbx-modules/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/freepbx-modules/trunk/debian/rules?rev=5196&op=diff
==============================================================================
--- freepbx-modules/trunk/debian/rules (original)
+++ freepbx-modules/trunk/debian/rules Sat Feb  9 20:46:44 2008
@@ -37,14 +37,15 @@
 	dh_clean -k 
 	dh_installdirs
 	dh_install
+	# Ugly executable bit handling:
+	find $(CURDIR)/debian/freepbx-modules/usr/share \
+		-name \*.php -o -name \*.sln -o -name \*.sql -o -name \*.xml \
+		| xargs chmod a-x
+	chmod a+x $(CURDIR)/debian/freepbx-modules/usr/share/freepbx/modules/backup/bin/*.php
 
+binary-arch: build install
 
-# Build architecture-independent files here.
 binary-indep: build install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
-binary-arch: build install
 	dh_testdir
 	dh_testroot
 	dh_installchangelogs 




More information about the Pkg-voip-commits mailing list