r1518 - in /experimental/anjal/debian: changelog control patches/FTBFS-anjal.patch rules

yanli-guest at users.alioth.debian.org yanli-guest at users.alioth.debian.org
Wed Feb 17 14:11:43 UTC 2010


Author: yanli-guest
Date: Wed Feb 17 14:11:36 2010
New Revision: 1518

URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=1518
Log:
Rebuild against Evolution 2.29.90-1, use Debian Policy 3.8.4

Removed:
    experimental/anjal/debian/patches/FTBFS-anjal.patch
Modified:
    experimental/anjal/debian/changelog
    experimental/anjal/debian/control
    experimental/anjal/debian/rules

Modified: experimental/anjal/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-evolution/experimental/anjal/debian/changelog?rev=1518&op=diff
==============================================================================
--- experimental/anjal/debian/changelog (original)
+++ experimental/anjal/debian/changelog Wed Feb 17 14:11:36 2010
@@ -1,3 +1,10 @@
+anjal (0.3.1+git20100216.f222280-1) UNRELEASED; urgency=low
+
+  * control: Use Debian Policy 3.8.4
+  * Rebuild against Evolution 2.29.90-1
+
+ -- Yan Li <yanli at infradead.org>  Wed, 17 Feb 2010 22:00:53 +0800
+
 anjal (0.3.1-1) experimental; urgency=low
 
   [ Yan Li ]

Modified: experimental/anjal/debian/control
URL: http://svn.debian.org/wsvn/pkg-evolution/experimental/anjal/debian/control?rev=1518&op=diff
==============================================================================
--- experimental/anjal/debian/control (original)
+++ experimental/anjal/debian/control Wed Feb 17 14:11:36 2010
@@ -30,7 +30,7 @@
                libdbus-glib-1-dev,
                libnss3-dev,
                libgnome-desktop-dev
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 
 Package: anjal
 Architecture: any

Modified: experimental/anjal/debian/rules
URL: http://svn.debian.org/wsvn/pkg-evolution/experimental/anjal/debian/rules?rev=1518&op=diff
==============================================================================
--- experimental/anjal/debian/rules (original)
+++ experimental/anjal/debian/rules Wed Feb 17 14:11:36 2010
@@ -21,5 +21,25 @@
 ELIBDIR := usr/lib/evolution/2.30/anjal
 DEB_DH_MAKESHLIBS_ARGS_anjal += --noscripts -X $(ELIBDIR)
 
+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.3/anjal-$(UPSTREAM_VERSION).tar.gz
+	$(call GIT_GET_SOURCE, $(UPSTREAM_VERSION))




More information about the pkg-evolution-commits mailing list