Author: tille Date: 2009-03-19 18:49:15 +0000 (Thu, 19 Mar 2009) New Revision: 3188
Modified: trunk/packages/ctapimkt/trunk/debian/changelog trunk/packages/ctapimkt/trunk/debian/control trunk/packages/ctapimkt/trunk/debian/rules Log: Better description, some linitan problems fixed Modified: trunk/packages/ctapimkt/trunk/debian/changelog =================================================================== --- trunk/packages/ctapimkt/trunk/debian/changelog 2009-03-18 11:02:27 UTC (rev 3187) +++ trunk/packages/ctapimkt/trunk/debian/changelog 2009-03-19 18:49:15 UTC (rev 3188) @@ -1,4 +1,4 @@ -libctapimkt (1.0.0-1) unstable; urgency=low +libctapimkt (1.0.1-1) unstable; urgency=low * Initial release (Closes: #??????) Modified: trunk/packages/ctapimkt/trunk/debian/control =================================================================== --- trunk/packages/ctapimkt/trunk/debian/control 2009-03-18 11:02:27 UTC (rev 3187) +++ trunk/packages/ctapimkt/trunk/debian/control 2009-03-19 18:49:15 UTC (rev 3188) @@ -4,7 +4,7 @@ DM-Upload-Allowed: yes Uploaders: Andreas Tille <[email protected]> Build-Depends: debhelper (>= 6), autotools-dev, d-shlibs (>= 0.38), cdbs -Standards-Version: 3.7.3 +Standards-Version: 3.8.1 Section: libs Homepage: http://sourceforge.net/projects/ctapi-mkt Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/libctapimkt/?rev=0&sc=0 @@ -13,15 +13,21 @@ Package: libctapimkt0-dev Section: libdevel Architecture: any -Depends: libctapimkt0 (= ${binary:Version}), ${devlibs:Depends} +Depends: libctapimkt0 (= ${binary:Version}), ${devlibs:Depends}, ${misc:Depends} Provides: libctapimkt-dev Conflicts: libctapimkt-dev -Description: read German Krankenversichertenkarte and eGK - read German Krankenversichertenkarte and eGK +Description: Read German Krankenversichertenkarte and eGK + Library and program to read the German health insurance card (KVK) and + the German electronic health card (eGK) from a certified card reading + device on the serial port in Linux with kernel 2.6.x. + . + This package contains the development library. Package: libctapimkt0 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Description: read German Krankenversichertenkarte and eGK - read German Krankenversichertenkarte and eGK +Description: Read German Krankenversichertenkarte and eGK + Library and program to read the German health insurance card (KVK) and + the German electronic health card (eGK) from a certified card reading + device on the serial port in Linux with kernel 2.6.x. Modified: trunk/packages/ctapimkt/trunk/debian/rules =================================================================== --- trunk/packages/ctapimkt/trunk/debian/rules 2009-03-18 11:02:27 UTC (rev 3187) +++ trunk/packages/ctapimkt/trunk/debian/rules 2009-03-19 18:49:15 UTC (rev 3188) @@ -17,3 +17,6 @@ d-shlibmove --commit \ --movedev "debian/tmp/*.h" usr/include \ debian/tmp/usr/lib/$(pkg).so + +clean:: + rm -f debian/$(pkg)1-dev.substvars _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
