[Pkg-voip-commits] r6120 - in /pwlib/branches/experimental/debian: patches/00list rules
dedu-guest at alioth.debian.org
dedu-guest at alioth.debian.org
Sun Aug 31 16:11:07 UTC 2008
Author: dedu-guest
Date: Sun Aug 31 16:11:07 2008
New Revision: 6120
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=6120
Log:
Fix get-orig-source and various minor fixes.
Modified:
pwlib/branches/experimental/debian/patches/00list
pwlib/branches/experimental/debian/rules
Modified: pwlib/branches/experimental/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-voip/pwlib/branches/experimental/debian/patches/00list?rev=6120&op=diff
==============================================================================
--- pwlib/branches/experimental/debian/patches/00list (original)
+++ pwlib/branches/experimental/debian/patches/00list Sun Aug 31 16:11:07 2008
@@ -1,3 +1,3 @@
-01_unix.mak_Os
+#01_unix.mak_Os
04_names
#06_plugins_shared
Modified: pwlib/branches/experimental/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/pwlib/branches/experimental/debian/rules?rev=6120&op=diff
==============================================================================
--- pwlib/branches/experimental/debian/rules (original)
+++ pwlib/branches/experimental/debian/rules Sun Aug 31 16:11:07 2008
@@ -13,7 +13,7 @@
# replace 2.3beta0 (if without '-') with 2.3-beta0
SHLIBSSUFFIX := $(shell make -f make/common.mak print-version | sed -e 's/-*beta/-beta/')
-CFLAGS := -g
+CFLAGS := -g -O2
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
CFLAGS += -O0
@@ -306,13 +306,13 @@
get-orig-source:
@@dh_testdir
@@[ -d ../tarballs/. ]||mkdir -p ../tarballs
- #this is for stable versions
- #@@echo Downloading $(FILENAME) from $(URL) for repacking ...
- #@@wget -N -nv -T10 -t3 -O ../tarballs/$(FILENAME) $(URL)
- #and this is for SVN
- @@echo Checking out for repacking (might take 15 min) ...
+ @@#this is for stable versions
+ @@#echo Downloading $(FILENAME) from $(URL) for repacking ...
+ @@#wget -N -nv -T10 -t3 -O ../tarballs/$(FILENAME) $(URL)
+ @@#and this is for SVN
+ @@echo 'Checking out for repacking (might take 15 min) ...'
@@svn co https://opalvoip.svn.sourceforge.net/svnroot/opalvoip/ptlib/trunk@$(REV) ../tarballs/ptlib-$(REV).tmp
- @@echo Getting the changelog (might take 15 min) ...
+ @@echo 'Getting the changelog (might take 15 min) ...'
@@cd ../tarballs/ptlib-$(REV).tmp; svn2cl -o changelog
@@echo Creating the tarball ...
@@cd ../tarballs/ptlib-$(REV).tmp; find . -name .svn -exec rm -rf {} \; ; tar zcf ../ptlib.orig.tar.gz *
More information about the Pkg-voip-commits
mailing list