Author: tille Date: 2013-08-26 12:52:40 +0000 (Mon, 26 Aug 2013) New Revision: 14530
Modified: trunk/packages/amide/trunk/debian/changelog trunk/packages/amide/trunk/debian/compat trunk/packages/amide/trunk/debian/control Log: cme fix dpkg-control Modified: trunk/packages/amide/trunk/debian/changelog =================================================================== --- trunk/packages/amide/trunk/debian/changelog 2013-08-26 12:51:14 UTC (rev 14529) +++ trunk/packages/amide/trunk/debian/changelog 2013-08-26 12:52:40 UTC (rev 14530) @@ -1,6 +1,8 @@ amide (1.0.4-1) UNRELEASED; urgency=low * New upstream version (adapted patch) + * debian/control: + - cme fix dpkg-control -- Andreas Tille <[email protected]> Mon, 26 Aug 2013 14:53:06 +0200 Modified: trunk/packages/amide/trunk/debian/compat =================================================================== --- trunk/packages/amide/trunk/debian/compat 2013-08-26 12:51:14 UTC (rev 14529) +++ trunk/packages/amide/trunk/debian/compat 2013-08-26 12:52:40 UTC (rev 14530) @@ -1 +1 @@ -8 +9 Modified: trunk/packages/amide/trunk/debian/control =================================================================== --- trunk/packages/amide/trunk/debian/control 2013-08-26 12:51:14 UTC (rev 14529) +++ trunk/packages/amide/trunk/debian/control 2013-08-26 12:52:40 UTC (rev 14530) @@ -1,22 +1,39 @@ Source: amide +Maintainer: Debian Med Packaging Team <[email protected]> +Uploaders: Dominique Belhachemi <[email protected]>, + Andreas Tille <[email protected]> Section: graphics Priority: optional -Maintainer: Debian Med Packaging Team <[email protected]> -Uploaders: Dominique Belhachemi <[email protected]>, Andreas Tille <[email protected]> -DM-Upload-Allowed: yes -Build-Depends: gnome-doc-utils, gtk-doc-tools, libtool, automake, intltool, - debhelper (>= 8), autotools-dev, scrollkeeper, libxml-parser-perl, m4, - pkg-config, libgtk2.0-dev, libxml2-dev, libgnomecanvas2-dev, - libgnomeui-dev, libgsl0-dev, libmdc2-dev, libdcmtk2-dev, libvolpack1-dev, - libavcodec-dev, libavformat-dev -Standards-Version: 3.9.2 +Build-Depends: gnome-doc-utils, + gtk-doc-tools, + libtool, + automake, + intltool, + debhelper (>= 9), + autotools-dev, + scrollkeeper, + libxml-parser-perl, + m4, + pkg-config, + libgtk2.0-dev, + libxml2-dev, + libgnomecanvas2-dev, + libgnomeui-dev, + libgsl0-dev, + libmdc2-dev, + libdcmtk2-dev, + libvolpack1-dev, + libavcodec-dev, + libavformat-dev +Standards-Version: 3.9.4 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/amide/trunk/ Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/amide/trunk/ Homepage: http://amide.sourceforge.net/ Package: amide Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, + ${misc:Depends} Description: software for Medical Imaging AMIDE: (Amide's a Medical Imaging Data Examiner) AMIDE is a tool for viewing and analyzing medical image data sets. @@ -24,3 +41,4 @@ sets imported from a variety of file formats, image fusion, 3D region of interest drawing and analysis, volume rendering, and rigid body alignments. + _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
