[med-svn] r4261 - in trunk/packages: . libctapi-mkt libctapi-mkt/trunk libctapi-mkt/trunk/debian
Andreas Tille
tille at alioth.debian.org
Wed Oct 28 09:52:09 UTC 2009
Author: tille
Date: 2009-10-28 09:52:09 +0000 (Wed, 28 Oct 2009)
New Revision: 4261
Added:
trunk/packages/libctapi-mkt/
trunk/packages/libctapi-mkt/trunk/
trunk/packages/libctapi-mkt/trunk/debian/
trunk/packages/libctapi-mkt/trunk/debian/README.Debian
trunk/packages/libctapi-mkt/trunk/debian/changelog
trunk/packages/libctapi-mkt/trunk/debian/compat
trunk/packages/libctapi-mkt/trunk/debian/control
trunk/packages/libctapi-mkt/trunk/debian/copyright
trunk/packages/libctapi-mkt/trunk/debian/rules
trunk/packages/libctapi-mkt/trunk/debian/watch
Log:
Added libctapi-mkt
Added: trunk/packages/libctapi-mkt/trunk/debian/README.Debian
===================================================================
--- trunk/packages/libctapi-mkt/trunk/debian/README.Debian (rev 0)
+++ trunk/packages/libctapi-mkt/trunk/debian/README.Debian 2009-10-28 09:52:09 UTC (rev 4261)
@@ -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/libctapi-mkt/trunk/debian/changelog
===================================================================
--- trunk/packages/libctapi-mkt/trunk/debian/changelog (rev 0)
+++ trunk/packages/libctapi-mkt/trunk/debian/changelog 2009-10-28 09:52:09 UTC (rev 4261)
@@ -0,0 +1,5 @@
+libctapimkt (1.0.1-1) unstable; urgency=low
+
+ * Initial release (Closes: #??????)
+
+ -- Andreas Tille <tille at debian.org> Sat, 22 Mar 2008 13:41:13 +0100
Added: trunk/packages/libctapi-mkt/trunk/debian/compat
===================================================================
--- trunk/packages/libctapi-mkt/trunk/debian/compat (rev 0)
+++ trunk/packages/libctapi-mkt/trunk/debian/compat 2009-10-28 09:52:09 UTC (rev 4261)
@@ -0,0 +1 @@
+6
Added: trunk/packages/libctapi-mkt/trunk/debian/control
===================================================================
--- trunk/packages/libctapi-mkt/trunk/debian/control (rev 0)
+++ trunk/packages/libctapi-mkt/trunk/debian/control 2009-10-28 09:52:09 UTC (rev 4261)
@@ -0,0 +1,33 @@
+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.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
+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}, ${misc:Depends}
+Provides: libctapimkt-dev
+Conflicts: libctapimkt-dev
+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
+ 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.
Added: trunk/packages/libctapi-mkt/trunk/debian/copyright
===================================================================
--- trunk/packages/libctapi-mkt/trunk/debian/copyright (rev 0)
+++ trunk/packages/libctapi-mkt/trunk/debian/copyright 2009-10-28 09:52:09 UTC (rev 4261)
@@ -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/libctapi-mkt/trunk/debian/rules
===================================================================
--- trunk/packages/libctapi-mkt/trunk/debian/rules (rev 0)
+++ trunk/packages/libctapi-mkt/trunk/debian/rules 2009-10-28 09:52:09 UTC (rev 4261)
@@ -0,0 +1,22 @@
+#!/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
+
+clean::
+ rm -f debian/$(pkg)1-dev.substvars
Property changes on: trunk/packages/libctapi-mkt/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/packages/libctapi-mkt/trunk/debian/watch
===================================================================
--- trunk/packages/libctapi-mkt/trunk/debian/watch (rev 0)
+++ trunk/packages/libctapi-mkt/trunk/debian/watch 2009-10-28 09:52:09 UTC (rev 4261)
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/ctapi-mkt/ctapimkt-(.*)\.tar\.gz
More information about the debian-med-commit
mailing list