[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

x11-xfs-utils: Changes to 'debian-unstable'



 debian/changelog       |    1 +
 debian/rules           |    7 +++++++
 debian/watch.fslsfonts |    2 ++
 debian/watch.fstobdf   |    2 ++
 debian/watch.showfont  |    2 ++
 debian/watch.xfsinfo   |    2 ++
 6 files changed, 16 insertions(+)

New commits:
commit 6f702733fdfec0cd6b7e6009bc52619366c3ac61
Author: Julien Cristau <jcristau@debian.org>
Date:   Sun May 9 14:20:49 2010 +0200

    debian/rules: add get-tarballs rule.

diff --git a/debian/changelog b/debian/changelog
index f0c2a80..1b57548 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ x11-xfs-utils (7.4+2) UNRELEASED; urgency=low
   * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
     good reason.  Thanks, Colin Watson!
   * Remove myself from Uploaders
+  * debian/rules: add get-tarballs rule.
 
  -- Julien Cristau <jcristau@debian.org>  Sat, 16 Jan 2010 16:47:14 +0000
 
diff --git a/debian/rules b/debian/rules
index 44cf5a1..da3f3bf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -104,3 +104,10 @@ binary-indep: build install
 
 binary: binary-indep binary-arch
 .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 --package $* --upstream-version $(shell awk -F = '/^PACKAGE_VERSION=/ { print $$2 }' < $*/configure ) --watchfile debian/watch.$* || test $$? = 1
diff --git a/debian/watch.fslsfonts b/debian/watch.fslsfonts
new file mode 100644
index 0000000..b3e972d
--- /dev/null
+++ b/debian/watch.fslsfonts
@@ -0,0 +1,2 @@
+version=3
+http://xorg.freedesktop.org/releases/individual/app/ fslsfonts-(.*)\.tar\.gz
diff --git a/debian/watch.fstobdf b/debian/watch.fstobdf
new file mode 100644
index 0000000..3142ee0
--- /dev/null
+++ b/debian/watch.fstobdf
@@ -0,0 +1,2 @@
+version=3
+http://xorg.freedesktop.org/releases/individual/app/ fstobdf-(.*)\.tar\.gz
diff --git a/debian/watch.showfont b/debian/watch.showfont
new file mode 100644
index 0000000..da64c0a
--- /dev/null
+++ b/debian/watch.showfont
@@ -0,0 +1,2 @@
+version=3
+http://xorg.freedesktop.org/releases/individual/app/ showfont-(.*)\.tar\.gz
diff --git a/debian/watch.xfsinfo b/debian/watch.xfsinfo
new file mode 100644
index 0000000..d4452a3
--- /dev/null
+++ b/debian/watch.xfsinfo
@@ -0,0 +1,2 @@
+version=3
+http://xorg.freedesktop.org/releases/individual/app/ xfsinfo-(.*)\.tar\.gz


Reply to: