Author: malat Date: 2013-10-27 07:37:39 +0000 (Sun, 27 Oct 2013) New Revision: 14991
Added: trunk/packages/papyrus/ trunk/packages/papyrus/trunk/ trunk/packages/papyrus/trunk/debian/ trunk/packages/papyrus/trunk/debian/changelog trunk/packages/papyrus/trunk/debian/compat trunk/packages/papyrus/trunk/debian/control trunk/packages/papyrus/trunk/debian/copyright trunk/packages/papyrus/trunk/debian/rules trunk/packages/papyrus/trunk/debian/source/ trunk/packages/papyrus/trunk/debian/source/format trunk/packages/papyrus/trunk/debian/watch Log: work on papyrus 3.0 Property changes on: trunk/packages/papyrus/trunk/debian ___________________________________________________________________ Added: mergeWithUpstream + 1 Added: trunk/packages/papyrus/trunk/debian/changelog =================================================================== --- trunk/packages/papyrus/trunk/debian/changelog (rev 0) +++ trunk/packages/papyrus/trunk/debian/changelog 2013-10-27 07:37:39 UTC (rev 14991) @@ -0,0 +1,5 @@ +papyrus (3.7.1-1) unstable; urgency=low + + * Initial release. (Closes: #) + + -- Mathieu Malaterre <[email protected]> Sun, 27 Oct 2013 07:08:17 +0100 Added: trunk/packages/papyrus/trunk/debian/compat =================================================================== --- trunk/packages/papyrus/trunk/debian/compat (rev 0) +++ trunk/packages/papyrus/trunk/debian/compat 2013-10-27 07:37:39 UTC (rev 14991) @@ -0,0 +1 @@ +9 Added: trunk/packages/papyrus/trunk/debian/control =================================================================== --- trunk/packages/papyrus/trunk/debian/control (rev 0) +++ trunk/packages/papyrus/trunk/debian/control 2013-10-27 07:37:39 UTC (rev 14991) @@ -0,0 +1,25 @@ +Source: papyrus +Maintainer: Debian Med Packaging Team <[email protected]> +Uploaders: Mathieu Malaterre <[email protected]> +Section: libdevel +Priority: optional +Standards-Version: 3.9.4 +Homepage: http://www.expasy.ch/www/UIN/UIN.html +Build-Depends: debhelper (>= 9) +Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/papyrus/trunk/ +Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/papyrus/trunk/ + +Package: libpapyrus30 +Architecture: any +Depends: ${misc:Depends} +Description: DICOM compatible file format + PAPYRUS 3.0 file format based on the new DICOM 3.0 Standard addresses the open + interchange of medical images in files or on removable storage media. This + specific implementation of the DICOM standard is intended as a generic solution + for interchange of multi-modality medical images on removable media. It can + also be used for convenient exchange of image data between different computer + systems through industry standard file transfer mechanisms. Finally it can also + be used for storage and archival of medical image data in a DICOM compatible + format. + . + This package contains the libraries needed to run papyrus 3.0 applications. Added: trunk/packages/papyrus/trunk/debian/copyright =================================================================== --- trunk/packages/papyrus/trunk/debian/copyright (rev 0) +++ trunk/packages/papyrus/trunk/debian/copyright 2013-10-27 07:37:39 UTC (rev 14991) @@ -0,0 +1,5 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Papyrus +Upstream-Contact: GIRARD Christian <[email protected]> +Source: http://www.expasy.ch/UIN/html1/projects/papyrus/papyrus.html + Added: trunk/packages/papyrus/trunk/debian/rules =================================================================== --- trunk/packages/papyrus/trunk/debian/rules (rev 0) +++ trunk/packages/papyrus/trunk/debian/rules 2013-10-27 07:37:39 UTC (rev 14991) @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +%: + dh $@ + +get-orig-source: + uscan --verbose --force-download --rename Property changes on: trunk/packages/papyrus/trunk/debian/rules ___________________________________________________________________ Added: svn:executable + * Added: trunk/packages/papyrus/trunk/debian/source/format =================================================================== --- trunk/packages/papyrus/trunk/debian/source/format (rev 0) +++ trunk/packages/papyrus/trunk/debian/source/format 2013-10-27 07:37:39 UTC (rev 14991) @@ -0,0 +1 @@ +3.0 (quilt) Added: trunk/packages/papyrus/trunk/debian/watch =================================================================== --- trunk/packages/papyrus/trunk/debian/watch (rev 0) +++ trunk/packages/papyrus/trunk/debian/watch 2013-10-27 07:37:39 UTC (rev 14991) @@ -0,0 +1,2 @@ +version=3 +http://sf.net/jpeg/Papyrus([\d])([\d])([\d])\.tar\.gz _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
