r17326 - in /packages/experimental/libepc/debian: changelog rules
pochu-guest at users.alioth.debian.org
pochu-guest at users.alioth.debian.org
Thu Oct 23 16:53:20 UTC 2008
Author: pochu-guest
Date: Thu Oct 23 16:53:19 2008
New Revision: 17326
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=17326
Log:
Upload to experimental, update Vcs-* fields, add check-dist.mk
to debian/rules.
Modified:
packages/experimental/libepc/debian/changelog
packages/experimental/libepc/debian/rules
Modified: packages/experimental/libepc/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/libepc/debian/changelog?rev=17326&op=diff
==============================================================================
--- packages/experimental/libepc/debian/changelog (original)
+++ packages/experimental/libepc/debian/changelog Thu Oct 23 16:53:19 2008
@@ -1,4 +1,4 @@
-libepc (0.3.8-1) unstable; urgency=low
+libepc (0.3.8-1) experimental; urgency=low
[ Loic Minier ]
* Properly anchor package name regexp.
@@ -8,13 +8,13 @@
- Update package names for the SONAME bump, and add Conflicts and
Replaces where needed.
- Bump shlibs.
- - Upload to experimental, update Vcs-* fields.
+ - Upload to experimental, update Vcs-* fields, add check-dist.mk
+ to debian/rules.
* Update Standards-Version.
* Build-depend on intltool, as configure runs it directly instead of
of using libxml-parser-perl. Remove build-dependency on the latter.
- * Run tests during build, but do not fail to build if they fail.
- -- Emilio Pozuelo Monfort <pochu at ubuntu.com> Tue, 21 Oct 2008 23:11:18 +0200
+ -- Emilio Pozuelo Monfort <pochu at ubuntu.com> Thu, 23 Oct 2008 18:42:32 +0200
libepc (0.3.5-2) unstable; urgency=high
Modified: packages/experimental/libepc/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/libepc/debian/rules?rev=17326&op=diff
==============================================================================
--- packages/experimental/libepc/debian/rules (original)
+++ packages/experimental/libepc/debian/rules Thu Oct 23 16:53:19 2008
@@ -6,10 +6,10 @@
include /usr/share/cdbs/1/rules/utils.mk
include /usr/share/cdbs/1/class/gnome.mk
include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
+include /usr/share/gnome-pkg-tools/1/rules/check-dist.mk
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
-DEB_MAKE_CHECK_TARGET := check || true
libepc := $(shell sed -nr 's/^Package:[[:space:]]*(libepc-1\.0-[0-9]+)[[:space:]]*$$/\1/p' debian/control)
libepc-ui := $(shell sed -nr 's/^Package:[[:space:]]*(libepc-ui-1\.0-[0-9]+)[[:space:]]*$$/\1/p' debian/control)
More information about the pkg-gnome-commits
mailing list