[Pkg-octave-commit] r1005 - inline-octave/trunk/debian matwrap/trunk/debian octave-gpc/trunk/debian octaviz/trunk/debian octplot/trunk/debian semidef-oct/trunk/debian

Thomas Weber thomas-guest at alioth.debian.org
Tue Aug 28 18:22:12 UTC 2007


Author: thomas-guest
Date: 2007-08-28 18:22:12 +0000 (Tue, 28 Aug 2007)
New Revision: 1005

Modified:
   inline-octave/trunk/debian/changelog
   matwrap/trunk/debian/changelog
   octave-gpc/trunk/debian/changelog
   octaviz/trunk/debian/changelog
   octplot/trunk/debian/changelog
   semidef-oct/trunk/debian/changelog
Log:
In the elisp section at the end of the file, do not include the string 
"NOT YET RELEASED". This is only done for active packages.
This line, and those below, will be ignored--

M    octaviz/trunk/debian/changelog
M    octplot/trunk/debian/changelog
M    octave-gpc/trunk/debian/changelog
M    inline-octave/trunk/debian/changelog
M    semidef-oct/trunk/debian/changelog
M    matwrap/trunk/debian/changelog


Modified: inline-octave/trunk/debian/changelog
===================================================================
--- inline-octave/trunk/debian/changelog	2007-08-28 16:35:29 UTC (rev 1004)
+++ inline-octave/trunk/debian/changelog	2007-08-28 18:22:12 UTC (rev 1005)
@@ -110,7 +110,7 @@
       (save-excursion
         (forward-line -1)
         (beginning-of-line)
-        (insert "\n  NOT YET RELEASED!\n\n  [ "
+        (insert "\n  [ "
           (or (getenv "DEBFULLNAME") (user-full-name)) " ]")))
     nil t))
 End:

Modified: matwrap/trunk/debian/changelog
===================================================================
--- matwrap/trunk/debian/changelog	2007-08-28 16:35:29 UTC (rev 1004)
+++ matwrap/trunk/debian/changelog	2007-08-28 18:22:12 UTC (rev 1005)
@@ -113,7 +113,7 @@
       (save-excursion
         (forward-line -1)
         (beginning-of-line)
-        (insert "\n  NOT YET RELEASED!\n\n  [ "
+        (insert "\n  [ "
           (or (getenv "DEBFULLNAME") (user-full-name)) " ]")))
     nil t))
 End:

Modified: octave-gpc/trunk/debian/changelog
===================================================================
--- octave-gpc/trunk/debian/changelog	2007-08-28 16:35:29 UTC (rev 1004)
+++ octave-gpc/trunk/debian/changelog	2007-08-28 18:22:12 UTC (rev 1005)
@@ -194,7 +194,7 @@
       (save-excursion
         (forward-line -1)
         (beginning-of-line)
-        (insert "\n  NOT YET RELEASED!\n\n  [ "
+        (insert "\n  [ "
           (or (getenv "DEBFULLNAME") (user-full-name)) " ]")))
     nil t))
 End:

Modified: octaviz/trunk/debian/changelog
===================================================================
--- octaviz/trunk/debian/changelog	2007-08-28 16:35:29 UTC (rev 1004)
+++ octaviz/trunk/debian/changelog	2007-08-28 18:22:12 UTC (rev 1005)
@@ -405,7 +405,7 @@
       (save-excursion
         (forward-line -1)
         (beginning-of-line)
-        (insert "\n  NOT YET RELEASED!\n\n  [ "
+        (insert "\n  [ "
           (or (getenv "DEBFULLNAME") (user-full-name)) " ]")))
     nil t))
 End:

Modified: octplot/trunk/debian/changelog
===================================================================
--- octplot/trunk/debian/changelog	2007-08-28 16:35:29 UTC (rev 1004)
+++ octplot/trunk/debian/changelog	2007-08-28 18:22:12 UTC (rev 1005)
@@ -171,7 +171,7 @@
       (save-excursion
         (forward-line -1)
         (beginning-of-line)
-        (insert "\n  NOT YET RELEASED!\n\n  [ "
+        (insert "\n  [ "
           (or (getenv "DEBFULLNAME") (user-full-name)) " ]")))
     nil t))
 End:

Modified: semidef-oct/trunk/debian/changelog
===================================================================
--- semidef-oct/trunk/debian/changelog	2007-08-28 16:35:29 UTC (rev 1004)
+++ semidef-oct/trunk/debian/changelog	2007-08-28 18:22:12 UTC (rev 1005)
@@ -312,7 +312,7 @@
       (save-excursion
         (forward-line -1)
         (beginning-of-line)
-        (insert "\n  NOT YET RELEASED!\n\n  [ "
+        (insert "\n  [ "
           (or (getenv "DEBFULLNAME") (user-full-name)) " ]")))
     nil t))
 End:




More information about the Pkg-octave-commit mailing list