[med-svn] r337 - trunk/packages/ctn/ctn/debian
thijs at alioth.debian.org
thijs at alioth.debian.org
Mon Jun 18 08:36:10 UTC 2007
Author: thijs
Date: 2007-06-18 08:36:10 +0000 (Mon, 18 Jun 2007)
New Revision: 337
Modified:
trunk/packages/ctn/ctn/debian/changelog
trunk/packages/ctn/ctn/debian/control
Log:
* Replace deprecated ${Source-Version} with ${binary:Version}.
Modified: trunk/packages/ctn/ctn/debian/changelog
===================================================================
--- trunk/packages/ctn/ctn/debian/changelog 2007-06-16 04:36:40 UTC (rev 336)
+++ trunk/packages/ctn/ctn/debian/changelog 2007-06-18 08:36:10 UTC (rev 337)
@@ -1,9 +1,13 @@
ctn (3.0.6-11) unstable; urgency=low
+ [ Charles Plessy ]
* Fixed subversion repository declaration in debian/control.
- -- Charles Plessy <charles-debian-nospam at plessy.org> Sun, 4 Mar 2007 22:48:57 +0900
+ [ Thijs Kinkhorst ]
+ * Replace deprecated ${Source-Version} with ${binary:Version}.
+ -- Thijs Kinkhorst <thijs at debian.org> Mon, 18 Jun 2007 10:36:21 +0200
+
ctn (3.0.6-10) unstable; urgency=medium
* Fixing build on 64bit platforms and providing *INT preprocessor
Modified: trunk/packages/ctn/ctn/debian/control
===================================================================
--- trunk/packages/ctn/ctn/debian/control 2007-06-16 04:36:40 UTC (rev 336)
+++ trunk/packages/ctn/ctn/debian/control 2007-06-18 08:36:10 UTC (rev 337)
@@ -25,7 +25,7 @@
Package: ctn-dev
Section: devel
Architecture: any
-Depends: ctn (= ${Source-Version}), ${misc:Depends}
+Depends: ctn (= ${binary:Version}), ${misc:Depends}
Suggests: ctn-doc
Description: Development files for Central Test Node, a DICOM implementation
DICOM is the standard for image storage, annotation, and networking.
More information about the debian-med-commit
mailing list