[med-svn] r3180 - in trunk/packages: . ctapimkt ctapimkt/trunk ctapimkt/trunk/debian
tille at alioth.debian.org
tille at alioth.debian.org
Sat Mar 14 14:25:53 UTC 2009
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 <tille at debian.org> 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 <tille at debian.org> 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 <debian-med-packaging at lists.alioth.debian.org>
+DM-Upload-Allowed: yes
+Uploaders: Andreas Tille <tille at debian.org>
+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 <tille at debian.org>
+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 <dr.claudia.neumann at gmx.de>
+
+Source: http://sourceforge.net/projects/ctapi-mkt
+
+Files: debian/*
+Copyright: © 2008, Andreas Tille <tille at debian.org>
+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 <dr.claudia.neumann at gmx.de>
+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
More information about the debian-med-commit
mailing list