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

frankie at alioth.debian.org frankie at alioth.debian.org
Fri Sep 4 18:30:28 UTC 2009


Author: frankie
Date: 2009-09-04 18:30:28 +0000 (Fri, 04 Sep 2009)
New Revision: 927

Modified:
   dotlrn/trunk/debian/changelog
   dotlrn/trunk/debian/compat
   dotlrn/trunk/debian/control
   dotlrn/trunk/debian/rules
Log:
Some minor fixes to be up-to-date for current policy.


Modified: dotlrn/trunk/debian/changelog
===================================================================
--- dotlrn/trunk/debian/changelog	2009-09-04 14:40:07 UTC (rev 926)
+++ dotlrn/trunk/debian/changelog	2009-09-04 18:30:28 UTC (rev 927)
@@ -1,8 +1,13 @@
 dotlrn (2.4.1-3) unstable; urgency=low
 
-  * Updated to standards 3.8.2
+  * Added Homepage and Vcs-* fields.
+  * Updated to standards 3.8.3, now uses dh_prep instead of dh_clean -k
+  * Revised dependencies towards current AOLserver packages.
+  * Bumped debhelper level to 7.
+  * Now depends on Tcl default version.
+  * Cleaned debian/rules of commented debhelper rules.
 
- -- Hector Romojaro <hromojaro at dia.uned.es>  Mon, 27 Jul 2009 13:59:46 +0200
+ -- Hector Romojaro <hromojaro at dia.uned.es>  Fri, 04 Sep 2009 16:47:33 +0200
 
 dotlrn (2.4.1-2) unstable; urgency=low
 

Modified: dotlrn/trunk/debian/compat
===================================================================
--- dotlrn/trunk/debian/compat	2009-09-04 14:40:07 UTC (rev 926)
+++ dotlrn/trunk/debian/compat	2009-09-04 18:30:28 UTC (rev 927)
@@ -1 +1 @@
-5
+7

Modified: dotlrn/trunk/debian/control
===================================================================
--- dotlrn/trunk/debian/control	2009-09-04 14:40:07 UTC (rev 926)
+++ dotlrn/trunk/debian/control	2009-09-04 18:30:28 UTC (rev 927)
@@ -3,14 +3,19 @@
 Priority: optional
 Maintainer: Hector Romojaro <hromojaro at dia.uned.es>
 Build-Depends-Indep: po-debconf
-Build-Depends: debhelper (>= 6.0.7), dpatch
-Standards-Version: 3.8.2
+Build-Depends: debhelper (>= 7), dpatch
+Standards-Version: 3.8.3
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-tcltk/dotlrn/trunk
+Vcs-Svn: svn://svn.debian.org/svn/pkg-tcltk/dotlrn/trunk
+Homepage: http://www.dotlrn.org/
 
 Package: dotlrn
 Architecture: all
-Depends: ${misc:Depends}, aolserver4, aolserver4-nspostgres, aolserver4-nssha1, postgresql-client, adduser, tclthread (>= 1:2.6.5-3), tcllib, tcl8.4, wwwconfig-common, debconf, xotcl, aolserver4-xotcl, imagemagick, zip, unzip, tdom (>= 0.8.3~20080525) 
+Depends: ${misc:Depends}, aolserver4-daemon, 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: E-learning and digital communities software based on OpenACS
- dotLRN is a complete open source LMS with a sophisticated portal
+ dotLRN is a complete open source LMS with a sophisticated portal,
  system that integrates tools for course and content administration and
  collaborative tools.

Modified: dotlrn/trunk/debian/rules
===================================================================
--- dotlrn/trunk/debian/rules	2009-09-04 14:40:07 UTC (rev 926)
+++ dotlrn/trunk/debian/rules	2009-09-04 18:30:28 UTC (rev 927)
@@ -1,7 +1,5 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
@@ -20,7 +18,7 @@
 install: patch-stamp
 	dh_testdir
 	dh_testroot
-	dh_clean -k 
+	dh_prep
 	dh_installdirs
 
 # Build architecture-dependent files here.
@@ -35,7 +33,6 @@
 	dh_installdocs
 	dh_install
 	dh_installinit
-#	dh_installcron
 	dh_lintian
 
 	# Deleting extra licenses	




More information about the Pkg-tcltk-commits mailing list