[Pkg-voip-commits] r5189 - in /freepbx/trunk/debian: control patches/series rules
tzafrir-guest at alioth.debian.org
tzafrir-guest at alioth.debian.org
Fri Feb 8 21:12:36 UTC 2008
Author: tzafrir-guest
Date: Fri Feb 8 21:12:36 2008
New Revision: 5189
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5189
Log:
Switching from dpatch to quilt - stage 1.
Added:
freepbx/trunk/debian/patches/series
Modified:
freepbx/trunk/debian/control
freepbx/trunk/debian/rules
Modified: freepbx/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/freepbx/trunk/debian/control?rev=5189&op=diff
==============================================================================
--- freepbx/trunk/debian/control (original)
+++ freepbx/trunk/debian/control Fri Feb 8 21:12:36 2008
@@ -4,7 +4,7 @@
Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
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
+Build-Depends-Indep: sharutils, quilt
Standards-Version: 3.7.2
Homepage: http://www.freepbx.org/
Vcs-Svn: svn://svn.debian.org/pkg-voip/freepbx/trunk/
Added: freepbx/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-voip/freepbx/trunk/debian/patches/series?rev=5189&op=file
==============================================================================
--- freepbx/trunk/debian/patches/series (added)
+++ freepbx/trunk/debian/patches/series Fri Feb 8 21:12:36 2008
@@ -1,0 +1,25 @@
+# fix bugs
+#use-conf-defaults.dpatch <- upstream
+#fix-mysql-real-escape-string.dpatch <- upstream
+#fix-trunks-sqlite3.dpatch <- upstream
+#fix-catch-all.dpatch
+
+# debian/xorcom enhancements
+#ast-config-dirs.dpatch <- moved to freepbx-module-core
+disable-online-updates.dpatch
+clean-install-amp.dpatch
+#install_amp_no_asterisk.dpatch
+#fix-agibin-dir.dpatch <- not needed any more
+fix-ari-link.dpatch
+#fix-permissions.dpatch
+#fix-process-fax-path.dpatch
+#fix-recording-save.dpatch
+
+# integration with debian's op-panel
+fix-fop-config.dpatch
+fix-retrieve-op-panel-cfg.dpatch
+path-to-fop.dpatch
+
+# pending patches, still need to be ported
+# to freepbx-2.2
+#fix-wierd-email.dpatch
Modified: freepbx/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/freepbx/trunk/debian/rules?rev=5189&op=diff
==============================================================================
--- freepbx/trunk/debian/rules (original)
+++ freepbx/trunk/debian/rules Fri Feb 8 21:12:36 2008
@@ -17,7 +17,7 @@
# This has to be exported to make some magic below work.
export DH_OPTIONS
--include /usr/share/dpatch/dpatch.make
+-include /usr/share/quilt/quilt.make
PACKAGE=freepbx
@@ -54,7 +54,7 @@
IMAGES:=$(IMAGES_BASE:%=debian/share/%)
build: build-stamp
-build-stamp: patch-stamp
+build-stamp: patch
build-indep:
build-arch:
More information about the Pkg-voip-commits
mailing list