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

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



 debian/changelog     |    1 +
 debian/rules         |    7 +++++++
 debian/watch.rstart  |    2 ++
 debian/watch.smproxy |    2 ++
 debian/watch.xsm     |    2 ++
 5 files changed, 14 insertions(+)

New commits:
commit 83d515e4ff6e0576afe115d06954bc036d938f40
Author: Julien Cristau <jcristau@debian.org>
Date:   Sun May 9 14:15:06 2010 +0200

    Add a get-tarballs rule to make updating the package easier.

diff --git a/debian/changelog b/debian/changelog
index b21c976..8c30dcb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ x11-session-utils (7.5+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
+  * Add a get-tarballs rule to make updating the package easier.
 
  -- Julien Cristau <jcristau@debian.org>  Sat, 16 Jan 2010 16:47:12 +0000
 
diff --git a/debian/rules b/debian/rules
index 217c1e6..f75c20f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -105,3 +105,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

commit e370783e828cff302c1c2095e82c9e4fa2819efb
Author: Julien Cristau <jcristau@debian.org>
Date:   Sun May 9 14:14:24 2010 +0200

    Add watch files

diff --git a/debian/watch.rstart b/debian/watch.rstart
new file mode 100644
index 0000000..3e0c1c4
--- /dev/null
+++ b/debian/watch.rstart
@@ -0,0 +1,2 @@
+version=3
+http://xorg.freedesktop.org/releases/individual/app/ rstart-(.*)\.tar\.gz
diff --git a/debian/watch.smproxy b/debian/watch.smproxy
new file mode 100644
index 0000000..fdf0e6e
--- /dev/null
+++ b/debian/watch.smproxy
@@ -0,0 +1,2 @@
+version=3
+http://xorg.freedesktop.org/releases/individual/app/ smproxy-(.*)\.tar\.gz
diff --git a/debian/watch.xsm b/debian/watch.xsm
new file mode 100644
index 0000000..a908365
--- /dev/null
+++ b/debian/watch.xsm
@@ -0,0 +1,2 @@
+version=3
+http://xorg.freedesktop.org/releases/individual/app/ xsm-(.*)\.tar\.gz


Reply to: