[Pkg-cli-apps-commits] r4892 - in /packages/tomboy/trunk/debian: changelog patches/02_configurable_compiler.patch patches/03_sm-name.patch rules watch
directhex-guest at users.alioth.debian.org
directhex-guest at users.alioth.debian.org
Fri May 1 14:57:44 UTC 2009
Author: directhex-guest
Date: Fri May 1 14:57:44 2009
New Revision: 4892
URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=4892
Log:
* New upstream release
* debian/rules:
+ Add get-orig-source rule
* debian/watch:
+ Do not run "uupdate" as it does not permit preparing Debian
revision on Ubuntu
* debian/patches/02_configurable_compiler.patch:
+ Deleted, merged upstream
* debian/patches/03_03_sm-name.patch:
+ Deleted, no longer relevant
Removed:
packages/tomboy/trunk/debian/patches/02_configurable_compiler.patch
packages/tomboy/trunk/debian/patches/03_sm-name.patch
Modified:
packages/tomboy/trunk/debian/changelog
packages/tomboy/trunk/debian/rules
packages/tomboy/trunk/debian/watch
Modified: packages/tomboy/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/tomboy/trunk/debian/changelog?rev=4892&op=diff
==============================================================================
--- packages/tomboy/trunk/debian/changelog (original)
+++ packages/tomboy/trunk/debian/changelog Fri May 1 14:57:44 2009
@@ -1,3 +1,18 @@
+tomboy (0.14.1-1) UNRELEASED; urgency=low
+
+ * New upstream release
+ * debian/rules:
+ + Add get-orig-source rule
+ * debian/watch:
+ + Do not run "uupdate" as it does not permit preparing Debian
+ revision on Ubuntu
+ * debian/patches/02_configurable_compiler.patch:
+ + Deleted, merged upstream
+ * debian/patches/03_03_sm-name.patch:
+ + Deleted, no longer relevant
+
+ -- Jo Shields <directhex at apebox.org> Fri, 01 May 2009 15:19:59 +0100
+
tomboy (0.12.2-5) unstable; urgency=low
[ Stefan Ebner ]
Modified: packages/tomboy/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/tomboy/trunk/debian/rules?rev=4892&op=diff
==============================================================================
--- packages/tomboy/trunk/debian/rules (original)
+++ packages/tomboy/trunk/debian/rules Fri May 1 14:57:44 2009
@@ -5,6 +5,12 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk
include /usr/share/cdbs/1/class/gnome.mk
+
+MAKEFILE = $(firstword $(MAKEFILE_LIST))
+DEBIAN_DIR = $(dir $(MAKEFILE))
+DEB_SOURCE_NAME = $(shell dpkg-parsechangelog -l$(DEBIAN_DIR)/changelog | grep ^Source | cut -d" " -f2)
+DEB_VERSION = $(shell dpkg-parsechangelog -l$(DEBIAN_DIR)/changelog | grep ^Version | cut -d" " -f2)
+VERSION = $(shell echo $(DEB_VERSION) | cut -d"-" -f1 | sed 's/+dfsg.*//')
LDFLAGS+=-Wl,-z,defs -Wl,-O1 -Wl,--as-needed
DEB_CONFIGURE_EXTRA_FLAGS := --disable-scrollkeeper
@@ -30,3 +36,13 @@
clean::
rm -rf $(MONO_SHARED_DIR)/.wapi
+get-orig-source:
+ uscan \
+ --package $(DEB_SOURCE_NAME) \
+ --watchfile $(DEBIAN_DIR)/watch \
+ --upstream-version $(VERSION) \
+ --download-version $(VERSION) \
+ --destdir . \
+ --force-download \
+ --rename \
+ --repack
Modified: packages/tomboy/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/tomboy/trunk/debian/watch?rev=4892&op=diff
==============================================================================
--- packages/tomboy/trunk/debian/watch (original)
+++ packages/tomboy/trunk/debian/watch Fri May 1 14:57:44 2009
@@ -1,3 +1,3 @@
# watch file for tomboy
version=2
-http://download.gnome.org/sources/tomboy/([0-9.]+)/tomboy-([0-9.]+)\.tar\.gz debian uupdate
+http://download.gnome.org/sources/tomboy/([0-9.]+)/tomboy-([0-9.]+)\.tar\.gz debian
More information about the Pkg-cli-apps-commits
mailing list