[Pkg-voip-commits] r4075 - radiusclient-ng/trunk/debian

kilian at alioth.debian.org kilian at alioth.debian.org
Sat Aug 18 20:12:45 UTC 2007


Author: kilian
Date: 2007-08-18 20:12:45 +0000 (Sat, 18 Aug 2007)
New Revision: 4075

Modified:
   radiusclient-ng/trunk/debian/changelog
   radiusclient-ng/trunk/debian/control
Log:
* Use ${binary:Version} for binNMU-safe uploads.
  Add dpkg-dev (>= 1.13.19) to Build-Depends

Modified: radiusclient-ng/trunk/debian/changelog
===================================================================
--- radiusclient-ng/trunk/debian/changelog	2007-08-18 20:11:47 UTC (rev 4074)
+++ radiusclient-ng/trunk/debian/changelog	2007-08-18 20:12:45 UTC (rev 4075)
@@ -2,8 +2,12 @@
 
   * NOT RELEASED YET
 
- -- Mark Purcell <msp at debian.org>  Tue,  6 Feb 2007 20:09:31 +0000
+  [ Kilian Krause ]
+  * Use ${binary:Version} for binNMU-safe uploads.
+    Add dpkg-dev (>= 1.13.19) to Build-Depends
 
+ -- Kilian Krause <kilian at debian.org>  Sat, 18 Aug 2007 22:12:16 +0200
+
 radiusclient-ng (0.5.5-1) unstable; urgency=medium
 
   * New upstream release

Modified: radiusclient-ng/trunk/debian/control
===================================================================
--- radiusclient-ng/trunk/debian/control	2007-08-18 20:11:47 UTC (rev 4074)
+++ radiusclient-ng/trunk/debian/control	2007-08-18 20:12:45 UTC (rev 4075)
@@ -2,7 +2,7 @@
 Priority: optional
 Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
 Uploaders: Mark Purcell <msp at debian.org>, Jan Janak <jan at iptel.org>, Kilian Krause <kilian at debian.org>
-Build-Depends: debhelper (>= 4.0.0), dpatch, autotools-dev
+Build-Depends: debhelper (>= 4.0.0), dpatch, autotools-dev, dpkg-dev (>= 1.13.19)
 Standards-Version: 3.6.1
 Section: libs
 XS-Vcs-Svn: svn://svn.debian.org/pkg-voip/
@@ -11,7 +11,7 @@
 Package: libradiusclient-ng-dev
 Section: libdevel
 Architecture: any
-Depends: libradiusclient-ng2 (= ${Source-Version})
+Depends: libradiusclient-ng2 (= ${binary:Version})
 Description: Enhanced RADIUS client library development files
  Enhanced RADIUS client library contains implementation of the RADIUS
  protocol for remote authentication and accounting.




More information about the Pkg-voip-commits mailing list