debian/rules: add get-tarballs rule.
This commit is contained in:
parent
e8a3904da3
commit
a35aa7738e
|
@ -3,6 +3,7 @@ x11-xserver-utils (7.5+2) UNRELEASED; urgency=low
|
||||||
* Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
|
* Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
|
||||||
good reason. Thanks, Colin Watson!
|
good reason. Thanks, Colin Watson!
|
||||||
* Remove myself from Uploaders
|
* Remove myself from Uploaders
|
||||||
|
* debian/rules: add get-tarballs rule.
|
||||||
|
|
||||||
-- Julien Cristau <jcristau@debian.org> Sat, 16 Jan 2010 16:47:13 +0000
|
-- Julien Cristau <jcristau@debian.org> Sat, 16 Jan 2010 16:47:13 +0000
|
||||||
|
|
||||||
|
|
|
@ -106,3 +106,10 @@ binary-indep: build install
|
||||||
|
|
||||||
binary: binary-indep binary-arch
|
binary: binary-indep binary-arch
|
||||||
.PHONY: build clean binary-indep binary-arch binary install
|
.PHONY: build clean binary-indep binary-arch binary install
|
||||||
|
|
||||||
|
.PHONY: get-tarballs
|
||||||
|
get-tarballs: $(addprefix get-tarball-,$(SUBDIRS))
|
||||||
|
|
||||||
|
.PHONY: get-tarball-%
|
||||||
|
get-tarball-%:
|
||||||
|
uscan --no-conf --download --no-symlink --destdir . --package $* --upstream-version $(shell awk -F = '/^PACKAGE_VERSION=/ { print $$2 }' < $*/configure || echo 0) --watchfile debian/watch.$* || test $$? = 1
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
version=3
|
||||||
|
http://xorg.freedesktop.org/releases/individual/app/ iceauth-(.*)\.tar\.gz
|
|
@ -0,0 +1,2 @@
|
||||||
|
version=3
|
||||||
|
http://xorg.freedesktop.org/releases/individual/app/ rgb-(.*)\.tar\.gz
|
|
@ -0,0 +1,2 @@
|
||||||
|
version=3
|
||||||
|
http://xorg.freedesktop.org/releases/individual/app/ sessreg-(.*)\.tar\.gz
|
|
@ -0,0 +1,2 @@
|
||||||
|
version=3
|
||||||
|
http://xorg.freedesktop.org/releases/individual/app/ xcmsdb-(.*)\.tar\.gz
|
|
@ -0,0 +1,2 @@
|
||||||
|
version=3
|
||||||
|
http://xorg.freedesktop.org/releases/individual/app/ xgamma-(.*)\.tar\.gz
|
|
@ -0,0 +1,2 @@
|
||||||
|
version=3
|
||||||
|
http://xorg.freedesktop.org/releases/individual/app/ xhost-(.*)\.tar\.gz
|
|
@ -0,0 +1,2 @@
|
||||||
|
version=3
|
||||||
|
http://xorg.freedesktop.org/releases/individual/app/ xmodmap-(.*)\.tar\.gz
|
|
@ -0,0 +1,2 @@
|
||||||
|
version=3
|
||||||
|
http://xorg.freedesktop.org/releases/individual/app/ xrandr-(.*)\.tar\.gz
|
|
@ -0,0 +1,2 @@
|
||||||
|
version=3
|
||||||
|
http://xorg.freedesktop.org/releases/individual/app/ xrdb-(.*)\.tar\.gz
|
|
@ -0,0 +1,2 @@
|
||||||
|
version=3
|
||||||
|
http://xorg.freedesktop.org/releases/individual/app/ xrefresh-(.*)\.tar\.gz
|
|
@ -0,0 +1,2 @@
|
||||||
|
version=3
|
||||||
|
http://xorg.freedesktop.org/releases/individual/app/ xset-(.*)\.tar\.gz
|
|
@ -0,0 +1,2 @@
|
||||||
|
version=3
|
||||||
|
http://xorg.freedesktop.org/releases/individual/app/ xsetmode-(.*)\.tar\.gz
|
|
@ -0,0 +1,2 @@
|
||||||
|
version=3
|
||||||
|
http://xorg.freedesktop.org/releases/individual/app/ xsetpointer-(.*)\.tar\.gz
|
|
@ -0,0 +1,2 @@
|
||||||
|
version=3
|
||||||
|
http://xorg.freedesktop.org/releases/individual/app/ xsetroot-(.*)\.tar\.gz
|
|
@ -0,0 +1,2 @@
|
||||||
|
version=3
|
||||||
|
http://xorg.freedesktop.org/releases/individual/app/ xstdcmap-(.*)\.tar\.gz
|
|
@ -0,0 +1,2 @@
|
||||||
|
version=3
|
||||||
|
http://xorg.freedesktop.org/releases/individual/app/ xvidtune-(.*)\.tar\.gz
|
Loading…
Reference in New Issue