[Pkg-tcltk-commits] r1009 - openacs/trunk/debian

geox-guest at alioth.debian.org geox-guest at alioth.debian.org
Sun Dec 27 20:56:16 UTC 2009


Author: geox-guest
Date: 2009-12-27 20:56:16 +0000 (Sun, 27 Dec 2009)
New Revision: 1009

Added:
   openacs/trunk/debian/watch
Modified:
   openacs/trunk/debian/changelog
   openacs/trunk/debian/control
   openacs/trunk/debian/rules
Log:
Changed aolserver4-daemon dependency to >= 4.5.1-11
Added watch file. 
Added get-orig-source on debian/rules.



Modified: openacs/trunk/debian/changelog
===================================================================
--- openacs/trunk/debian/changelog	2009-12-14 15:18:40 UTC (rev 1008)
+++ openacs/trunk/debian/changelog	2009-12-27 20:56:16 UTC (rev 1009)
@@ -1,3 +1,11 @@
+openacs (5.5.1-2) unstable; urgency=low
+
+  * Changed aolserver4-daemon dependency to >= 4.5.1-11
+  * Added watch file. 
+  * Added get-orig-source on debian/rules.
+
+ -- Hector Romojaro <hromojaro at dia.uned.es>  Tue, 22 Dec 2009 00:22:15 +0100
+
 openacs (5.5.1-1) unstable; urgency=low
 
   * New upstream release

Modified: openacs/trunk/debian/control
===================================================================
--- openacs/trunk/debian/control	2009-12-14 15:18:40 UTC (rev 1008)
+++ openacs/trunk/debian/control	2009-12-27 20:56:16 UTC (rev 1009)
@@ -12,7 +12,7 @@
 
 Package: openacs
 Architecture: all
-Depends: ${misc:Depends}, aolserver4-daemon (>= 4.5.1-7), aolserver4-nspostgres, aolserver4-nssha1, postgresql-client, adduser, tclthread (>= 1:2.6.5-3), tcllib,
+Depends: ${misc:Depends}, aolserver4-daemon (>= 4.5.1-11), aolserver4-nspostgres, aolserver4-nssha1, postgresql-client, adduser, tclthread (>= 1:2.6.5-3), tcllib,
  tcl (>= 8.4), wwwconfig-common, debconf, xotcl, aolserver4-xotcl, imagemagick, zip, unzip, tdom (>= 0.8.3~20080525)
 Suggests: postgresql, daemontools, daemontools-run
 Description: Open Architecture Community System

Modified: openacs/trunk/debian/rules
===================================================================
--- openacs/trunk/debian/rules	2009-12-14 15:18:40 UTC (rev 1008)
+++ openacs/trunk/debian/rules	2009-12-27 20:56:16 UTC (rev 1009)
@@ -7,6 +7,13 @@
 
 include /usr/share/dpatch/dpatch.make
 
+get-orig-source:
+	if [ -d "../../tarballs" ]; then \
+		uscan --download-current-version --destdir ../../tarballs/ ; \
+	else \
+ 		uscan --download-current-version ; \
+ 	fi;
+
 build:
 
 clean: clean1 unpatch

Added: openacs/trunk/debian/watch
===================================================================
--- openacs/trunk/debian/watch	                        (rev 0)
+++ openacs/trunk/debian/watch	2009-12-27 20:56:16 UTC (rev 1009)
@@ -0,0 +1,5 @@
+version=3
+
+opts="uversionmangle=s/\.\?revision_id\=(.*)//" \
+http://openacs.org/projects/openacs/download download/openacs-(.+)\.tgz(.*)
+




More information about the Pkg-tcltk-commits mailing list