[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Stable update proposal: debian-edu-install 0.667.1+svn39277



Testing an upgrade proved that the /etc/debian-edu/config file did not
get the version number changed from 3.0r0 to 3.0r1.  A minor bug which
I fixed in version 0.667.1+svn39277 just uploaded.

To summarize the changes:

  Make sure the Debian Edu version string is updated from "3.0r0
  terra" to "3.0r1 terra" on upgrades.

Here is the diff.

Index: debian/changelog
===================================================================
--- debian/changelog    (revision 39198)
+++ debian/changelog    (working copy)
@@ -1,3 +1,9 @@
+debian-edu-install (0.667.1+svn39277) terra; urgency=low
+
+  * Fix postinst to upgrade version string '3.0r0 terra' to '3.0r1 terra'.
+
+ -- Petter Reinholdtsen <pere@debian.org>  Sun, 25 Nov 2007 18:45:01 +0100
+
 debian-edu-install (0.667.1+svn39198) terra; urgency=low

   * Backport to Debian Edu/Etch.
Index: debian/debian-edu-install.postinst
===================================================================
--- debian/debian-edu-install.postinst  (revision 39198)
+++ debian/debian-edu-install.postinst  (working copy)
@@ -31,7 +31,7 @@

        # Need to list versions with space here, to avoid unwanted
        # word splitting
-       for i in $oldversions # '3.0r0 terra'
+       for i in $oldversions '3.0r0 terra'
        do
                if [ "$VERSION" = "$i" ] ; then
                        sed -i $debian_edu_config -e \



Reply to: