[Pkg-voip-commits] r6537 - in /monast/trunk/debian: TODO.Debian control rules

tzafrir-guest at alioth.debian.org tzafrir-guest at alioth.debian.org
Sun Dec 7 19:12:47 UTC 2008


Author: tzafrir-guest
Date: Sun Dec  7 19:12:47 2008
New Revision: 6537

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=6537
Log:
* Standard control fields.
* get-orig-source target.

Modified:
    monast/trunk/debian/TODO.Debian
    monast/trunk/debian/control
    monast/trunk/debian/rules

Modified: monast/trunk/debian/TODO.Debian
URL: http://svn.debian.org/wsvn/pkg-voip/monast/trunk/debian/TODO.Debian?rev=6537&op=diff
==============================================================================
--- monast/trunk/debian/TODO.Debian (original)
+++ monast/trunk/debian/TODO.Debian Sun Dec  7 19:12:47 2008
@@ -2,7 +2,7 @@
 * Move lib/config.php to somewhere under php.
 * Embedded libjs-prototype?
 * init.d script is probably too buggy
-* get-orig-source
+* get-orig-source: still needs testing
 * Get the README of pymon/amapi into the docs dir. But why isn't it part
   of pydoc, anyway?
 * Log rotation

Modified: monast/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/monast/trunk/debian/control?rev=6537&op=diff
==============================================================================
--- monast/trunk/debian/control (original)
+++ monast/trunk/debian/control Sun Dec  7 19:12:47 2008
@@ -1,10 +1,13 @@
 Source: monast
 Section: comm
 Priority: extra
-Maintainer: Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
+Uploaders: Tzafrir Cohen <tzafrir.cohen at xorcom.com>
 Build-Depends: cdbs, debhelper (>= 7), quilt, python-support
 Standards-Version: 3.8.0
 Homepage: http://monast.sourceforge.net
+Vcs-Svn: svn://svn.debian.org/pkg-voip/monast/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-voip/monast/trunk
 
 Package: monast
 Architecture: all

Modified: monast/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/monast/trunk/debian/rules?rev=6537&op=diff
==============================================================================
--- monast/trunk/debian/rules (original)
+++ monast/trunk/debian/rules Sun Dec  7 19:12:47 2008
@@ -6,10 +6,24 @@
 
 DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(CURDIR)/debian/tmp/
 
+BASE_URL := http://downloads.sourceforge.net/monast
+FILENAME := $(DEB_SOURCE_PACKAGE)_$(DEB_UPSTREAM_VERSION).orig.tar.gz
+URL := $(BASE_URL)/$(DEB_SOURCE_PACKAGE)-$(DEB_NOEPOCH_VERSION).tar.gz
+
 install/monast::
 	chmod a-x $(CURDIR)/debian/tmp/usr/share/monast/web/lib/class.TemplatePower.inc.php
 
 binary-install/monast::
 	dh_pysupport
 
+print-version:
+	@@echo "Debian version:          $(DEB_NOEPOCH_VERSION)"
+	@@echo "Upstream version:        $(DEB_UPSTREAM_VERSION)"
 
+get-orig-source:
+	@@dh_testdir
+	@@[ -d ../tarballs/. ]||mkdir -p ../tarballs
+	@@echo Downloading $(FILENAME) from $(URL) ...
+	@@wget -nv -T10 -t3 -O ../tarballs/$(FILENAME) $(URL)
+
+.PHONY: print-version get-orig-source




More information about the Pkg-voip-commits mailing list