r1421 - in /experimental/anjal/debian: changelog control rules

yanli-guest at users.alioth.debian.org yanli-guest at users.alioth.debian.org
Sat Nov 21 04:34:47 UTC 2009


Author: yanli-guest
Date: Sat Nov 21 04:34:47 2009
New Revision: 1421

URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=1421
Log:
Anjal updated to use 0.1 package

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=1421&op=diff
==============================================================================
--- experimental/anjal/debian/changelog (original)
+++ experimental/anjal/debian/changelog Sat Nov 21 04:34:47 2009
@@ -1,5 +1,5 @@
-anjal (0.0.1+git20090917.645011a8-1) UNRELEASED; urgency=low
+anjal (0.1-1) UNRELEASED; urgency=low
 
   * Initial release (Closes: #520342)
 
- -- Yan Li <yanli at infradead.org>  Fri, 18 Sep 2009 10:23:04 +0800
+ -- Yan Li <yanli at infradead.org>  Tue, 03 Nov 2009 15:20:55 +0800

Modified: experimental/anjal/debian/control
URL: http://svn.debian.org/wsvn/pkg-evolution/experimental/anjal/debian/control?rev=1421&op=diff
==============================================================================
--- experimental/anjal/debian/control (original)
+++ experimental/anjal/debian/control Sat Nov 21 04:34:47 2009
@@ -12,18 +12,20 @@
                dpkg-dev (>= 1.14.16),
                intltool (>= 0.35.0),
                po-debconf,
-               evolution-data-server-dev (>= 2.27.5),
-               evolution-data-server-dev (<< 2.28.0),
-               evolution-dev (>= 2.27.5),
-               evolution-dev (<< 2.28.0),
-               evolution-plugins (>= 2.27.5),
-               evolution-plugins (<< 2.28.0),
+               evolution-data-server-dev (>= 2.28.0),
+               evolution-data-server-dev (<< 2.29.0),
+               evolution-dev (>= 2.28.0),
+               evolution-dev (<< 2.29.0),
+               evolution-plugins (>= 2.28.0),
+               evolution-plugins (<< 2.29.0),
                libwebkit-dev,
                libunique-dev,
                libedataserverui1.2-dev,
                libebook1.2-dev,
                libgtkhtml3.14-dev,
                libgtkhtml-editor-dev,
+               libanerley-dev,
+               libclutter-gtk-0.10-dev,
                libtool,
                autoconf
 Standards-Version: 3.8.3

Modified: experimental/anjal/debian/rules
URL: http://svn.debian.org/wsvn/pkg-evolution/experimental/anjal/debian/rules?rev=1421&op=diff
==============================================================================
--- experimental/anjal/debian/rules (original)
+++ experimental/anjal/debian/rules Sat Nov 21 04:34:47 2009
@@ -13,32 +13,11 @@
 
 CFLAGS += -fPIC
 
-DEB_CONFIGURE_EXTRA_FLAGS = --with-anerley=no --without-mozilla \
+DEB_CONFIGURE_EXTRA_FLAGS = --with-anerley=yes --without-mozilla \
 		--prefix=/usr --sysconfdir=/etc \
 		--mandir=\$${prefix}/share/man \
 		--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::
-	$(call GIT_GET_SOURCE, $(UPSTREAM_VERSION))
+	wget -c -O anjal_$(UPSTREAM_VERSION).orig.tar.gz http://ftp.gnome.org/pub/GNOME/sources/anjal/0.1/anjal-$(UPSTREAM_VERSION).tar.gz




More information about the pkg-evolution-commits mailing list