[Pkg-voip-commits] r6469 - in /siproxd/trunk/debian: changelog patches/openlogger.diff rules
msp at alioth.debian.org
msp at alioth.debian.org
Sun Nov 16 11:29:38 UTC 2008
Author: msp
Date: Sun Nov 16 11:29:38 2008
New Revision: 6469
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=6469
Log:
* Drop obsolete openlogger.diff
* Simplify debian/rules
Removed:
siproxd/trunk/debian/patches/openlogger.diff
Modified:
siproxd/trunk/debian/changelog
siproxd/trunk/debian/rules
Modified: siproxd/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/siproxd/trunk/debian/changelog?rev=6469&op=diff
==============================================================================
--- siproxd/trunk/debian/changelog (original)
+++ siproxd/trunk/debian/changelog Sun Nov 16 11:29:38 2008
@@ -9,8 +9,10 @@
[ Mark Purcell ]
* Update Homepage:
* Removed md5_prefix.diff encorporated upstream
-
- -- Mark Purcell <msp at debian.org> Sun, 16 Nov 2008 19:22:29 +1100
+ * Drop obsolete openlogger.diff
+ * Simplify debian/rules
+
+ -- Mark Purcell <msp at debian.org> Sun, 16 Nov 2008 22:28:33 +1100
siproxd (1:0.7.0-2) unstable; urgency=low
Modified: siproxd/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/siproxd/trunk/debian/rules?rev=6469&op=diff
==============================================================================
--- siproxd/trunk/debian/rules (original)
+++ siproxd/trunk/debian/rules Sun Nov 16 11:29:38 2008
@@ -1,17 +1,11 @@
#!/usr/bin/make -f
-#Copyright Dan Weber <dan at mirrorlynx.com> 2004
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+-include /usr/share/gnome-pkg-tools/1/rules/sf-get-source.mk
--include /usr/share/cdbs/1/rules/simple-patchsys.mk
--include /usr/share/cdbs/1/rules/debhelper.mk
--include /usr/share/cdbs/1/class/autotools.mk
-
-FILENAME := siproxd_$(DEB_UPSTREAM_VERSION).orig.tar.gz
-URL := http://switch.dl.sourceforge.net/siproxd/siproxd-$(DEB_UPSTREAM_VERSION).tar.gz
-
-export DH_VERBOSE=1
-DEB_CONFIGURE_EXTRA_FLAGS :=--with-libosip-prefix=/usr
-DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-lnss_dns"
+SF_MIRRORS:= switch
clean::
dh_clean debian/man/siproxd.8
@@ -23,9 +17,3 @@
mv debian/siproxd/etc/siproxd.conf.example debian/siproxd/etc/siproxd.conf
chmod 644 -v debian/siproxd/etc/siproxd.conf
rm -f debian/siproxd/etc/siproxd_passwd.cfg
-
-get-orig-source:
- @@dh_testdir
- @@[ -d ../tarballs/. ]||mkdir -p ../tarballs
- @@echo Downloading $(FILENAME) from $(URL) ...
- @@wget -N -nv -T10 -t3 -O ../tarballs/$(FILENAME) $(URL)
More information about the Pkg-voip-commits
mailing list