[Pkg-jed-commit] r784 - jed/trunk/debian

Rafael Laboissiere rafael at alioth.debian.org
Thu Jun 21 10:38:46 UTC 2007


Author: rafael
Date: 2007-06-21 10:38:46 +0000 (Thu, 21 Jun 2007)
New Revision: 784

Modified:
   jed/trunk/debian/changelog
   jed/trunk/debian/control
Log:
* debian/control: Replaced ${Source-Version} by ${source:Version},
  since the former is deprecated

Modified: jed/trunk/debian/changelog
===================================================================
--- jed/trunk/debian/changelog	2007-06-21 10:15:27 UTC (rev 783)
+++ jed/trunk/debian/changelog	2007-06-21 10:38:46 UTC (rev 784)
@@ -1,6 +1,9 @@
 jed (1:0.99.18+dfsg.1-7) UNRELEASED; urgency=low
 
-  * debian/control: Added Jörg Sommer to the Uploaders list
+  * debian/control:
+    + Added Jörg Sommer to the Uploaders list
+    + Replaced ${Source-Version} by ${source:Version}, since the former is
+      deprecated
 
   * Tighten the build-dependency to libslang2 >= 2.0.7-2, which have  the
     appropriate version number in the shlib file.  This guarantees that

Modified: jed/trunk/debian/control
===================================================================
--- jed/trunk/debian/control	2007-06-21 10:15:27 UTC (rev 783)
+++ jed/trunk/debian/control	2007-06-21 10:38:46 UTC (rev 784)
@@ -2,7 +2,8 @@
 Section: editors
 Priority: optional
 Maintainer: Debian JED Group <pkg-jed-devel at lists.alioth.debian.org>
-Uploaders: Rafael Laboissiere <rafael at debian.org>, Jörg Sommer <joerg at alea.gnuu.de>
+Uploaders: Rafael Laboissiere <rafael at debian.org>,
+ Jörg Sommer <joerg at alea.gnuu.de>
 Standards-Version: 3.7.2
 Build-Depends-Indep: hevea
 Build-Depends: debhelper (>= 4.1.16), dpatch, libslang2-dev (>= 2.0.7-2),
@@ -13,7 +14,7 @@
 
 Package: jed
 Architecture: any
-Depends: ${shlibs:Depends}, jed-common (>= ${Source-Version})
+Depends: ${shlibs:Depends}, jed-common (>= ${source:Version})
 Suggests: gpm [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64]
 Provides: info-browser, mail-reader, editor
 Description: editor for programmers (textmode version)
@@ -42,7 +43,7 @@
 
 Package: xjed
 Architecture: any
-Depends: ${shlibs:Depends}, jed-common (>= ${Source-Version})
+Depends: ${shlibs:Depends}, jed-common (>= ${source:Version})
 Provides: info-browser, mail-reader, editor
 Description: editor for programmers (x11 version)
  Jed is a small, fast (faster startup than xterm with bash),
@@ -76,7 +77,7 @@
 Package: jed-common
 Architecture: all
 Replaces: jed-sl
-Conflicts: jed-sl, jed (<< ${Source-Version}), xjed (<< ${Source-Version})
+Conflicts: jed-sl, jed (<< ${source:Version}), xjed (<< ${source:Version})
 Recommends: jed | xjed
 Depends: findutils (>= 4.1.20-6), debconf | debconf-2.0
 Description: S-Lang runtime files for jed and xjed




More information about the Pkg-jed-commit mailing list