Author: tille Date: 2009-03-14 14:25:53 +0000 (Sat, 14 Mar 2009) New Revision: 3180
Added: trunk/packages/ctapimkt/ trunk/packages/ctapimkt/trunk/ trunk/packages/ctapimkt/trunk/debian/ trunk/packages/ctapimkt/trunk/debian/README.Debian trunk/packages/ctapimkt/trunk/debian/changelog trunk/packages/ctapimkt/trunk/debian/compat trunk/packages/ctapimkt/trunk/debian/control trunk/packages/ctapimkt/trunk/debian/copyright trunk/packages/ctapimkt/trunk/debian/rules trunk/packages/ctapimkt/trunk/debian/watch Log: inject library to read German health cards Added: trunk/packages/ctapimkt/trunk/debian/README.Debian =================================================================== --- trunk/packages/ctapimkt/trunk/debian/README.Debian (rev 0) +++ trunk/packages/ctapimkt/trunk/debian/README.Debian 2009-03-14 14:25:53 UTC (rev 3180) @@ -0,0 +1,8 @@ +libctapimkt for Debian +---------------------- + +This library is needed to read the German Krankenversichertenkarte (KVK) +and the elektronische Gesundheitskarte (eGK). So it is most probably +useless for people outside Germany. + + -- Andreas Tille <[email protected]> Sat, 22 Mar 2008 13:41:13 +0100 Added: trunk/packages/ctapimkt/trunk/debian/changelog =================================================================== --- trunk/packages/ctapimkt/trunk/debian/changelog (rev 0) +++ trunk/packages/ctapimkt/trunk/debian/changelog 2009-03-14 14:25:53 UTC (rev 3180) @@ -0,0 +1,5 @@ +libctapimkt (1.0.0-1) unstable; urgency=low + + * Initial release (Closes: #??????) + + -- Andreas Tille <[email protected]> Sat, 22 Mar 2008 13:41:13 +0100 Added: trunk/packages/ctapimkt/trunk/debian/compat =================================================================== --- trunk/packages/ctapimkt/trunk/debian/compat (rev 0) +++ trunk/packages/ctapimkt/trunk/debian/compat 2009-03-14 14:25:53 UTC (rev 3180) @@ -0,0 +1 @@ +6 Added: trunk/packages/ctapimkt/trunk/debian/control =================================================================== --- trunk/packages/ctapimkt/trunk/debian/control (rev 0) +++ trunk/packages/ctapimkt/trunk/debian/control 2009-03-14 14:25:53 UTC (rev 3180) @@ -0,0 +1,27 @@ +Source: libctapimkt +Priority: optional +Maintainer: Debian-Med Packaging Team <[email protected]> +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 +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 +Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/libctapimkt/trunk/ + +Package: libctapimkt0-dev +Section: libdevel +Architecture: any +Depends: libctapimkt0 (= ${binary:Version}), ${devlibs:Depends} +Provides: libctapimkt-dev +Conflicts: libctapimkt-dev +Description: read German Krankenversichertenkarte and eGK + read German Krankenversichertenkarte and eGK + +Package: libctapimkt0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: read German Krankenversichertenkarte and eGK + read German Krankenversichertenkarte and eGK Added: trunk/packages/ctapimkt/trunk/debian/copyright =================================================================== --- trunk/packages/ctapimkt/trunk/debian/copyright (rev 0) +++ trunk/packages/ctapimkt/trunk/debian/copyright 2009-03-14 14:25:53 UTC (rev 3180) @@ -0,0 +1,25 @@ +X-Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat +X-Debianized-By: Andreas Tille <[email protected]> +X-Debianized-Date: Sat, 22 Mar 2008 13:41:13 +0100 +X-Source-Downloaded-From: http://sourceforge.net/projects/ctapi-mkt +X-Upstream-Author: Claudia Neumann <[email protected]> + +Source: http://sourceforge.net/projects/ctapi-mkt + +Files: debian/* +Copyright: © 2008, Andreas Tille <[email protected]> +License: GPL-2+ + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + +Files: * +Copyright: © 2007, 2008 Claudia Neumann <[email protected]> +License: GPL-2 + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation version 2 of the License. + +On Debian systems, the complete text of the licenses can be found in: +GPL-2 - `/usr/share/common-licenses/GPL-2' Added: trunk/packages/ctapimkt/trunk/debian/rules =================================================================== --- trunk/packages/ctapimkt/trunk/debian/rules (rev 0) +++ trunk/packages/ctapimkt/trunk/debian/rules 2009-03-14 14:25:53 UTC (rev 3180) @@ -0,0 +1,19 @@ +#!/usr/bin/make -f + +# include /usr/share/cdbs/1/rules/patchsys-quilt.mk +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk + +pkg=libctapimkt +version=1.0 + +common-binary-post-install-arch:: + # Call d-shlibmove to comply with library packaging guide + d-devlibdeps debian/$(pkg)1-dev.substvars \ + debian/tmp/usr/lib/$(pkg).so + # /bin/sh debian/debug/ + cp -a *.h debian/tmp + # cp -a doc/html/* debian/tmp/usr/share/doc/html + d-shlibmove --commit \ + --movedev "debian/tmp/*.h" usr/include \ + debian/tmp/usr/lib/$(pkg).so Property changes on: trunk/packages/ctapimkt/trunk/debian/rules ___________________________________________________________________ Name: svn:executable + * Added: trunk/packages/ctapimkt/trunk/debian/watch =================================================================== --- trunk/packages/ctapimkt/trunk/debian/watch (rev 0) +++ trunk/packages/ctapimkt/trunk/debian/watch 2009-03-14 14:25:53 UTC (rev 3180) @@ -0,0 +1,2 @@ +version=3 +http://sf.net/ctapi-mkt/ctapimkt-(.*)\.tar\.gz _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
