Author: tille Date: 2010-11-22 08:48:35 +0000 (Mon, 22 Nov 2010) New Revision: 5456
Added: trunk/packages/maqview/trunk/debian/README.Debian trunk/packages/maqview/trunk/debian/maqview.lintian-overrides Modified: trunk/packages/maqview/trunk/debian/README.source trunk/packages/maqview/trunk/debian/changelog trunk/packages/maqview/trunk/debian/control trunk/packages/maqview/trunk/debian/rules Log: Package needs some more manpages, it also needs testers Added: trunk/packages/maqview/trunk/debian/README.Debian =================================================================== --- trunk/packages/maqview/trunk/debian/README.Debian (rev 0) +++ trunk/packages/maqview/trunk/debian/README.Debian 2010-11-22 08:48:35 UTC (rev 5456) @@ -0,0 +1,13 @@ +maqview for Debian +------------------ + +The Perl files MaqIndex.pm and maqindex_socket.pl which are part of the +source distribution are not installed in the binary package because +there is no sign that these are actually used and there is no +documentation which gives some hint about these files. Just drop the +package maintainer a note if the files are needed. + +The same holds true for the Java MaqDataClient.java file which is in +the source package as well as the result of "javac MaqDataClient.java". + + -- Andreas Tille <[email protected]> Wed, 16 Jul 2008 12:01:33 +0200 Modified: trunk/packages/maqview/trunk/debian/README.source =================================================================== --- trunk/packages/maqview/trunk/debian/README.source 2010-11-22 07:44:24 UTC (rev 5455) +++ trunk/packages/maqview/trunk/debian/README.source 2010-11-22 08:48:35 UTC (rev 5456) @@ -1,4 +1,21 @@ -This packages uses the quilt patch system. Please read -/usr/share/doc/quilt/README.source for more information. +Remarks to the debian source of maqview +--------------------------------------- - -- Andreas Tille <[email protected]> Mon, 31 Aug 2009 14:50:19 +0200 +The upstream source of maqview contains a copy of an older zlib version +than it is packaged for Debian. Moreover the copy of the code is wronly +used in contrast to the explicite hint in the header files which say + +/* WARNING: this file should *not* be used by applications. It is + part of the implementation of the compression library and is + subject to change. Applications should only use zlib.h. + */ + +it uses those header files internally. So the attempt to provide a +clean source without zlib was stopped. Upstream was contacted about +this problem and perhaps there is some chance to fix the source code. +Meanwhile the original upstream tarball is provided with exception of +the .svn dir which was contained. The .svn dir was removed and the +version of the source tarball was appended by "~zlibcopy" to explicitely +hint about this problem. + + -- Andreas Tille <[email protected]> Wed, 16 Jul 2008 12:01:33 +0200 Modified: trunk/packages/maqview/trunk/debian/changelog =================================================================== --- trunk/packages/maqview/trunk/debian/changelog 2010-11-22 07:44:24 UTC (rev 5455) +++ trunk/packages/maqview/trunk/debian/changelog 2010-11-22 08:48:35 UTC (rev 5456) @@ -2,4 +2,4 @@ * Initial release - -- Andreas Tille <[email protected]> Wed, 16 Jul 2008 12:01:33 +0200 + -- Andreas Tille <[email protected]> Mon, 22 Nov 2010 09:16:00 +0100 Modified: trunk/packages/maqview/trunk/debian/control =================================================================== --- trunk/packages/maqview/trunk/debian/control 2010-11-22 07:44:24 UTC (rev 5455) +++ trunk/packages/maqview/trunk/debian/control 2010-11-22 08:48:35 UTC (rev 5456) @@ -5,7 +5,7 @@ DM-Upload-Allowed: yes Uploaders: Andreas Tille <[email protected]>, Charles Plessy <[email protected]> -Build-Depends: debhelper (>= 7.1), quilt, autotools-dev, automake, freeglut3-dev +Build-Depends: debhelper (>= 7.1), autotools-dev, automake, freeglut3-dev Standards-Version: 3.9.1 Homepage: http://maq.sourceforge.net/maqview.shtml Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/maqview/trunk/?rev=0&sc=0 Added: trunk/packages/maqview/trunk/debian/maqview.lintian-overrides =================================================================== --- trunk/packages/maqview/trunk/debian/maqview.lintian-overrides (rev 0) +++ trunk/packages/maqview/trunk/debian/maqview.lintian-overrides 2010-11-22 08:48:35 UTC (rev 5456) @@ -0,0 +1,8 @@ +# maqview uses internal header files of an old copy of zlib +# the API has changed in the Debian packaged version and thus we +# can not simply use the Debian packaged version +# upstream is contacted about this problem +maqview: embedded-zlib ./usr/bin/maqindex +maqview: embedded-zlib ./usr/bin/maqindex_socks +maqview: embedded-zlib ./usr/bin/maqview +maqview: embedded-zlib ./usr/bin/zrio Modified: trunk/packages/maqview/trunk/debian/rules =================================================================== --- trunk/packages/maqview/trunk/debian/rules 2010-11-22 07:44:24 UTC (rev 5455) +++ trunk/packages/maqview/trunk/debian/rules 2010-11-22 08:48:35 UTC (rev 5456) @@ -4,12 +4,15 @@ # GPL %: - dh $@ #--with quilt + dh $@ override_dh_auto_configure: ./autogen.sh dh_auto_configure make -f Makefile.generic maqview.1 + ### The *.class files in the source package can be reproduced by simply running + # javac MaqDataClient.java + ### however, it is unclear whether this code is used at all override_dh_auto_clean: [ ! -f Makefile ] || $(MAKE) distclean _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
