[Pkg-jed-commit] r966 - slcurl/trunk/debian

Rafael Laboissiere rafael at alioth.debian.org
Wed Nov 28 21:32:20 UTC 2007


Author: rafael
Date: 2007-11-28 21:32:20 +0000 (Wed, 28 Nov 2007)
New Revision: 966

Modified:
   slcurl/trunk/debian/changelog
   slcurl/trunk/debian/rules
Log:
Debian release slcurl_0.2.1-1

Modified: slcurl/trunk/debian/changelog
===================================================================
--- slcurl/trunk/debian/changelog	2007-11-11 10:14:51 UTC (rev 965)
+++ slcurl/trunk/debian/changelog	2007-11-28 21:32:20 UTC (rev 966)
@@ -1,9 +1,12 @@
-slcurl (0.2.0-2) UNRELEASED; urgency=low
+slcurl (0.2.1-1) unstable; urgency=low
 
+  * New upstream release
+  * debian/control:
     + Added Homepage field
     + Use the now official Vcs-* fields instead of the obsolete XS-Vcs-*
+  * debian/rules: Call demo/translate in order to check the package
 
- -- Rafael Laboissiere <rafael at debian.org>  Mon, 29 Oct 2007 23:05:02 +0100
+ -- Rafael Laboissiere <rafael at debian.org>  Wed, 28 Nov 2007 22:29:22 +0100
 
 slcurl (0.2.0-1) unstable; urgency=low
 

Modified: slcurl/trunk/debian/rules
===================================================================
--- slcurl/trunk/debian/rules	2007-11-11 10:14:51 UTC (rev 965)
+++ slcurl/trunk/debian/rules	2007-11-28 21:32:20 UTC (rev 966)
@@ -5,3 +5,9 @@
 
 DEB_COMPRESS_EXCLUDE := translate
 DEB_MAKE_BUILD_TARGET := all RPATH=
+
+# Run the demo provided upstream, but do not fail if network is not up
+build/slang-curl::
+	@echo Checking the package...
+	-SLANG_MODULE_PATH=src SLSH_PATH=src:/usr/share/slsh	\
+		./demo/translate spanish Hola Mundo




More information about the Pkg-jed-commit mailing list