[Pkg-jed-commit] r599 - slpvm/trunk/debian

Rafael Laboissiere rafael at alioth.debian.org
Thu Mar 8 00:47:12 CET 2007


Author: rafael
Date: 2007-03-07 23:47:11 +0000 (Wed, 07 Mar 2007)
New Revision: 599

Added:
   slpvm/trunk/debian/source.lintian-overrides
Modified:
   slpvm/trunk/debian/changelog
   slpvm/trunk/debian/control
   slpvm/trunk/debian/rules
   slpvm/trunk/debian/slang-pvm.examples
Log:
Debian release slpvm_0.1.5-5

Modified: slpvm/trunk/debian/changelog
===================================================================
--- slpvm/trunk/debian/changelog	2007-03-07 09:44:40 UTC (rev 598)
+++ slpvm/trunk/debian/changelog	2007-03-07 23:47:11 UTC (rev 599)
@@ -1,13 +1,18 @@
 slpvm (0.1.5-5) unstable; urgency=low
 
-  NOT YET RELEASED!
-
-  [ Rafael Laboissiere ]
   * debian/watch: Added file
-  * debian/control: Added space before seudo-header Homepage, complying
-    with the Debian Best Packaging Practices.
+  * debian/control:
+    - Added space before pseudo-header Homepage, complying with the Debian
+      Best Packaging Practices
+    - Added XS-Vcs-Svn and XS-Vcs-Browser fields to the Source section
+    - Changed the priority of the package "extra", because it depends on
+      libpvm3, which has also priority "extra" (comply with Policy Section
+      2.5: Priorities)
+  * debian/source.lintian-overrides: Add a lintian override for
+    outdated-autotools-helper-file, since we're using CDBS' autotools.mk 
+  * debian/rules: Remove config.log in clean target
 
- --
+ -- Rafael Laboissiere <rafael at debian.org>  Wed,  7 Mar 2007 23:29:35 +0100
 
 slpvm (0.1.5-4) unstable; urgency=low
 

Modified: slpvm/trunk/debian/control
===================================================================
--- slpvm/trunk/debian/control	2007-03-07 09:44:40 UTC (rev 598)
+++ slpvm/trunk/debian/control	2007-03-07 23:47:11 UTC (rev 599)
@@ -1,6 +1,6 @@
 Source: slpvm
 Section: interpreters
-Priority: optional
+Priority: extra
 Maintainer: Debian JED Group <pkg-jed-sl-modules at lists.alioth.debian.org>
 Uploaders: Rafael Laboissiere <rafael at debian.org>
 Build-Depends: debhelper (>= 4.0.0), libslang2-dev (>= 2.0.4-6), pvm-dev, cdbs

Modified: slpvm/trunk/debian/rules
===================================================================
--- slpvm/trunk/debian/rules	2007-03-07 09:44:40 UTC (rev 598)
+++ slpvm/trunk/debian/rules	2007-03-07 23:47:11 UTC (rev 599)
@@ -8,3 +8,5 @@
 build/slang-pvm::
 	-( cd examples ; pvmd & ./master hostname 2 ; echo halt | pvm )
 	
+clean::
+	rm -f config.log

Modified: slpvm/trunk/debian/slang-pvm.examples
===================================================================
--- slpvm/trunk/debian/slang-pvm.examples	2007-03-07 09:44:40 UTC (rev 598)
+++ slpvm/trunk/debian/slang-pvm.examples	2007-03-07 23:47:11 UTC (rev 599)
@@ -1 +1 @@
-examples/*
\ No newline at end of file
+examples/*

Added: slpvm/trunk/debian/source.lintian-overrides
===================================================================
--- slpvm/trunk/debian/source.lintian-overrides	2007-03-07 09:44:40 UTC (rev 598)
+++ slpvm/trunk/debian/source.lintian-overrides	2007-03-07 23:47:11 UTC (rev 599)
@@ -0,0 +1 @@
+slpvm source: outdated-autotools-helper-file autoconf/config.guess 2002-03-20
\ No newline at end of file




More information about the Pkg-jed-commit mailing list