[Pkg-jed-commit] [SCM] slgtk branch, master, updated. 3ed70868888432928663b3fdf08dba079a6c3798

Rafael Laboissiere rafael at debian.org
Sun Apr 26 12:31:07 UTC 2009


The following commit has been merged in the master branch:
commit f95c0d7cf10553538c98c9733264247fceb09f99
Author: Rafael Laboissiere <rafael at debian.org>
Date:   Sun Apr 26 14:15:12 2009 +0200

    Debian release slgtk_0.7.5-1

diff --git a/debian/changelog b/debian/changelog
index a97d259..2bf17af 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
-slgtk (0.7.4-2) UNRELEASED; urgency=low
+slgtk (0.7.5-1) unstable; urgency=low
 
+  * New upstream release
   * debian/watch: Use passive FTP connection
 
  -- Rafael Laboissiere <rafael at debian.org>  Wed, 04 Feb 2009 14:48:39 +0100
@@ -210,14 +211,15 @@ slgtk (0.5.15.r2-0.1) unstable; urgency=low
  -- Debian JED Group <pkg-jed-devel at lists.alioth.debian.org>  Mon, 31 Oct 2005 10:45:39 +0100
 
 Local Variables:
-debian-changelog-full-name: "Debian JED Group"
-debian-changelog-mailing-address: "pkg-jed-sl-modules at lists.alioth.debian.org"
-eval: (add-local-hook
-  'debian-changelog-add-version-hook
-  (lambda ()
-    (save-excursion
-      (forward-line -1)
-      (beginning-of-line)
-      (insert "\n   NOT YET RELEASED!\n\n   +++ Changes by "
-        (or (getenv "DEBFULLNAME") (user-full-name)) "\n"))))
+eval: (progn
+  (make-local-hook 'debian-changelog-add-version-hook)
+  (add-hook
+    'debian-changelog-add-version-hook
+      (lambda ()
+      (save-excursion
+        (forward-line -1)
+        (beginning-of-line)
+        (insert "\n  [ "
+          (or (getenv "DEBFULLNAME") (user-full-name)) " ]")))
+    nil t))
 End:

-- 
slgtk



More information about the Pkg-jed-commit mailing list