[Pkg-voip-commits] r7106 - in /mumble-django/trunk/debian: rules watch
svedrin-guest at alioth.debian.org
svedrin-guest at alioth.debian.org
Sat May 2 11:17:47 UTC 2009
Author: svedrin-guest
Date: Sat May 2 11:17:47 2009
New Revision: 7106
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=7106
Log:
corrected watch file and added get-orig-source target
Modified:
mumble-django/trunk/debian/rules
mumble-django/trunk/debian/watch
Modified: mumble-django/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/mumble-django/trunk/debian/rules?rev=7106&op=diff
==============================================================================
--- mumble-django/trunk/debian/rules (original)
+++ mumble-django/trunk/debian/rules Sat May 2 11:17:47 2009
@@ -15,7 +15,9 @@
configure-stamp:
dh_testdir
# Add here commands to configure the package.
+
touch configure-stamp
+
build: build-stamp
@@ -27,7 +29,7 @@
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
- dh_clean
+ dh_clean
install: build
dh_testdir
@@ -35,8 +37,11 @@
dh_prep
dh_installdirs
+
+
# Build architecture-independent files here.
binary-arch: install
+# We have nothing to do by default.
# Build architecture-dependent files here.
binary-indep: install
@@ -58,4 +63,10 @@
dh_builddeb
binary: binary-indep binary-arch
+
+get-orig-source:
+ @@dh_testdir
+ @@[ -d ../tarballs/. ]||mkdir -p ../tarballs
+ @@uscan --force-download --destdir ../tarballs
+
.PHONY: build clean binary-indep binary-arch binary install configure
Modified: mumble-django/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-voip/mumble-django/trunk/debian/watch?rev=7106&op=diff
==============================================================================
--- mumble-django/trunk/debian/watch (original)
+++ mumble-django/trunk/debian/watch Sat May 2 11:17:47 2009
@@ -1,2 +1,2 @@
version=3
-http://bitbucket.org/Svedrin/mumble-django/get/v(.*)\.gz
+http://bitbucket.org/Svedrin/mumble-django/downloads/ /Svedrin/mumble-django/get/v([\d\.]*)\.gz
More information about the Pkg-voip-commits
mailing list