r1473 - in /experimental/anjal/debian: ./ patches/
yanli-guest at users.alioth.debian.org
yanli-guest at users.alioth.debian.org
Wed Dec 30 07:19:21 UTC 2009
Author: yanli-guest
Date: Wed Dec 30 07:19:04 2009
New Revision: 1473
URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=1473
Log:
Anjal new bug fix release from upstream stable branch
Removed:
experimental/anjal/debian/patches/upstream-001_scroll-well-with-webkit.patch
experimental/anjal/debian/patches/upstream-002_BUGFIX-GNOME-Bugzilla-596050-Show-the-folder-loading-status.patch
experimental/anjal/debian/patches/upstream-003_BUGFIX-GNOME-Bug-596027-In-Anjal-although-invalid-ma.patch
experimental/anjal/debian/patches/upstream-004_Save-password-enabled-by-default.patch
experimental/anjal/debian/patches/upstream-005_BUGFIX-GNOME-Bug-599792-Anjal-composer-s-Send-button.patch
experimental/anjal/debian/patches/upstream-006_BUGFIX-GNOME-Bugzill-600691-Remember-settings-for-Reply.patch
experimental/anjal/debian/patches/upstream-007_BUGFIX-GNOME-Bug-592294-Use-pkgconfig-for-EVOLUTION2.patch
Modified:
experimental/anjal/debian/changelog
experimental/anjal/debian/rules
Modified: experimental/anjal/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-evolution/experimental/anjal/debian/changelog?rev=1473&op=diff
==============================================================================
--- experimental/anjal/debian/changelog (original)
+++ experimental/anjal/debian/changelog Wed Dec 30 07:19:04 2009
@@ -1,3 +1,17 @@
+anjal (0.1+git20091229.de6115b5-1) experimental; urgency=low
+
+ * New bug fix release from upstream stable branch
+ * debian/patches: following patches dropped, already in upstream:
+ - upstream-004_Save-password-enabled-by-default.patch
+ - upstream-005_BUGFIX-GNOME-Bug-599792-Anjal-composer-s-Send-button.patch
+ - upstream-002_BUGFIX-GNOME-Bugzilla-596050-Show-the-folder-loading-status.patch
+ - upstream-001_scroll-well-with-webkit.patch
+ - upstream-007_BUGFIX-GNOME-Bug-592294-Use-pkgconfig-for-EVOLUTION2.patch
+ - upstream-006_BUGFIX-GNOME-Bugzill-600691-Remember-settings-for-Reply.patch
+ - upstream-003_BUGFIX-GNOME-Bug-596027-In-Anjal-although-invalid-ma.patch
+
+ -- Yan Li <yanli at infradead.org> Wed, 30 Dec 2009 13:47:49 +0800
+
anjal (0.1-1) experimental; urgency=low
* Initial release (Closes: #520342)
Modified: experimental/anjal/debian/rules
URL: http://svn.debian.org/wsvn/pkg-evolution/experimental/anjal/debian/rules?rev=1473&op=diff
==============================================================================
--- experimental/anjal/debian/rules (original)
+++ experimental/anjal/debian/rules Wed Dec 30 07:19:04 2009
@@ -19,5 +19,26 @@
--infodir=\$${prefix}/share/info \
--with-gconf-schema-file-dir=/usr/share/gconf/schemas/
+makebuilddir/anjal::
+ cd $(DEB_BUILDDIR); NOCONFIGURE=1 ./autogen.sh
+
+
+GIT_GET_SOURCE = \
+ TARBALL_FILE_NAME=$(DEB_SOURCE)_$(UPSTREAM_VERSION).orig.tar.gz; \
+ tmpdir=`mktemp -d -t`; \
+ cd $$tmpdir; \
+ echo "cloning upstream repository ..."; \
+ git clone $(GIT_URL); \
+ cd `ls | head -n 1`; \
+ if echo $(1) | grep -q "git"; \
+ then \
+ git_tag=`echo $(UPSTREAM_VERSION) | sed -e "s/.*git[[:digit:]]*\.\(.*\)/\1/g"`; \
+ else \
+ git_tag=$(UPSTREAM_VERSION); \
+ fi; \
+ git archive --format=tar --prefix=$(DEB_SOURCE)_$(UPSTREAM_VERSION)/ $$git_tag | gzip >"$(CURDIR)/$$TARBALL_FILE_NAME"; \
+ cd $(CURDIR); \
+ echo "got upstream release: $$TARBALL_FILE_NAME";
+
get-orig-source::
- wget -c -O anjal_$(UPSTREAM_VERSION).orig.tar.gz http://ftp.gnome.org/pub/GNOME/sources/anjal/0.1/anjal-$(UPSTREAM_VERSION).tar.gz
+ $(call GIT_GET_SOURCE, $(UPSTREAM_VERSION))
More information about the pkg-evolution-commits
mailing list