[Pkg-voip-commits] r6169 - in /tools/builder: builder sources
tzafrir-guest at alioth.debian.org
tzafrir-guest at alioth.debian.org
Sun Sep 7 10:04:07 UTC 2008
Author: tzafrir-guest
Date: Sun Sep 7 10:04:07 2008
New Revision: 6169
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=6169
Log:
add zaptel-modules using includedeb. Fixes usage with reprepro of Lenny.
* reprepro of Lenny (3.5) had problems with adding zaptel-module-* as
standard packages. Thus adding them as binary debs alone.
* And thus we can enable the zaptel-modules line.
Modified:
tools/builder/builder
tools/builder/sources
Modified: tools/builder/builder
URL: http://svn.debian.org/wsvn/pkg-voip/tools/builder/builder?rev=6169&op=diff
==============================================================================
--- tools/builder/builder (original)
+++ tools/builder/builder Sun Sep 7 10:04:07 2008
@@ -160,8 +160,8 @@
debs_base=$svn_checkout_base/debs
rm -rf $debs_base
dpkg -x $dummy_deb $debs_base
- for changes_file in $debs_base/usr/share/zaptel/*.changes; do
- $REPREPRO --ignore=wrongdistribution include $LOCAL_DISTRO $changes_file
+ for deb in $debs_base/usr/share/zaptel/*.deb; do
+ $REPREPRO --ignore=wrongdistribution includedeb $LOCAL_DISTRO $deb
done
else
$REPREPRO --ignore=wrongdistribution include $LOCAL_DISTRO $changes_file
Modified: tools/builder/sources
URL: http://svn.debian.org/wsvn/pkg-voip/tools/builder/sources?rev=6169&op=diff
==============================================================================
--- tools/builder/sources (original)
+++ tools/builder/sources Sun Sep 7 10:04:07 2008
@@ -51,7 +51,7 @@
# This little hack will be included separately. Anyway, there must be
# better ways to rebuild modules. Half the complexity of the script is
# special cases for building it.
-#tools/builder/zaptel-modules debian-pkg-voip ./
+tools/builder/zaptel-modules debian-pkg-voip ./
ari debian-pkg-voip trunk
op-panel debian-pkg-voip trunk
More information about the Pkg-voip-commits
mailing list