[Pkg-tcltk-commits] r1010 - dotlrn/trunk/debian

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


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

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



Modified: dotlrn/trunk/debian/changelog
===================================================================
--- dotlrn/trunk/debian/changelog	2009-12-27 20:56:16 UTC (rev 1009)
+++ dotlrn/trunk/debian/changelog	2009-12-27 20:56:36 UTC (rev 1010)
@@ -1,3 +1,11 @@
+dotlrn (2.5.0-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:26:41 +0100
+
 dotlrn (2.5.0-1) unstable; urgency=low
 
   * New upstream release

Modified: dotlrn/trunk/debian/control
===================================================================
--- dotlrn/trunk/debian/control	2009-12-27 20:56:16 UTC (rev 1009)
+++ dotlrn/trunk/debian/control	2009-12-27 20:56:36 UTC (rev 1010)
@@ -12,7 +12,7 @@
 
 Package: dotlrn
 Architecture: all
-Depends: ${misc:Depends}, aolserver4-daemon (>= 4.5.1-7), aolserver4-nspostgres, aolserver4-nssha1, postgresql-client, 
+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

Modified: dotlrn/trunk/debian/rules
===================================================================
--- dotlrn/trunk/debian/rules	2009-12-27 20:56:16 UTC (rev 1009)
+++ dotlrn/trunk/debian/rules	2009-12-27 20:56:36 UTC (rev 1010)
@@ -6,6 +6,12 @@
 
 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: dotlrn/trunk/debian/watch
===================================================================
--- dotlrn/trunk/debian/watch	                        (rev 0)
+++ dotlrn/trunk/debian/watch	2009-12-27 20:56:36 UTC (rev 1010)
@@ -0,0 +1,5 @@
+version=3
+
+opts="versionmangle=s/\.\?revision_id\=(.*)//" \
+http://openacs.org/projects/dotlrn/download download/dotlrn-(.+)\.tgz(.*)
+




More information about the Pkg-tcltk-commits mailing list