[Pkg-jed-commit] r460 - slcfitsio/trunk/debian

Rafael Laboissiere rafael at alioth.debian.org
Mon Dec 18 11:32:11 CET 2006


Author: rafael
Date: 2006-12-18 11:32:11 +0100 (Mon, 18 Dec 2006)
New Revision: 460

Modified:
   slcfitsio/trunk/debian/
   slcfitsio/trunk/debian/changelog
   slcfitsio/trunk/debian/control
Log:
Debian release slcfitsio_0.3.2b-6


Property changes on: slcfitsio/trunk/debian
___________________________________________________________________
Name: svn:ignore
   + stamp-*
slang-cfitsio
*.substvars
files


Modified: slcfitsio/trunk/debian/changelog
===================================================================
--- slcfitsio/trunk/debian/changelog	2006-12-18 10:12:27 UTC (rev 459)
+++ slcfitsio/trunk/debian/changelog	2006-12-18 10:32:11 UTC (rev 460)
@@ -1,9 +1,10 @@
 slcfitsio (0.3.2b-6) unstable; urgency=low
 
-  * debian/changelog: Updated FSF address.
+  [Jörg Sommer]
+  * debian/copyright: Updated FSF address.
   * debian/control: Increase Standards-Version. No changes needed.
 
- --
+ -- Rafael Laboissiere <rafael at debian.org>  Mon, 18 Dec 2006 10:46:35 +0100
 
 slcfitsio (0.3.2b-5) unstable; urgency=low
 
@@ -66,14 +67,15 @@
  -- Debian JED Group <pkg-jed-devel at lists.alioth.debian.org>  Wed, 26 Oct 2005 15:43:11 +0200
 
 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  NOT YET RELEASED!\n\n  [ "
+          (or (getenv "DEBFULLNAME") (user-full-name)) " ]")))
+    nil t))
 End:

Modified: slcfitsio/trunk/debian/control
===================================================================
--- slcfitsio/trunk/debian/control	2006-12-18 10:12:27 UTC (rev 459)
+++ slcfitsio/trunk/debian/control	2006-12-18 10:32:11 UTC (rev 460)
@@ -3,8 +3,9 @@
 Priority: optional
 Maintainer: Debian JED Group <pkg-jed-sl-modules at lists.alioth.debian.org>
 Uploaders: Rafael Laboissiere <rafael at debian.org>
-Build-Depends: debhelper (>= 4.0.0), libslang2-dev (>= 2.0.4-6), libcfitsio-dev, cdbs, slsh
-Standards-Version: 3.7.2.2
+Build-Depends: debhelper (>= 4.0.0), libslang2-dev (>= 2.0.4-6),
+ libcfitsio-dev, cdbs, slsh
+Standards-Version: 3.7.2
 
 Package: slang-cfitsio
 Architecture: any




More information about the Pkg-jed-commit mailing list