On Mon, 26 Mar 2001 at 01:20:30 +0100, Colin Watson wrote: > On Fri, 26 Jan 2001 at 00:53:09 -0500, Dylan Thurston wrote: > > retitle 68304 ITA: Circlepack -- creation and display of circle packings > > thanks > > > > I will need a sponsor for this package, which I will work on as > > soon as my computer gets out of the shop. > > I was going to do a QA upload of circlepack to fix /usr/doc and /usr/man > problems, but I see you're already working on it, so I'll be happy to > sponsor you instead.
I decided to go ahead and do the QA upload ... here's the diff: diff -u circlepack-4.0.1/debian/control circlepack-4.0.1/debian/control --- circlepack-4.0.1/debian/control +++ circlepack-4.0.1/debian/control @@ -1,19 +1,20 @@ Source: circlepack Section: math Priority: optional -Maintainer: John Lapeyre <[EMAIL PROTECTED]> -Standards-Version: 2.3.0.1 +Maintainer: Debian QA Group <[EMAIL PROTECTED]> +Standards-Version: 3.1.1 +Build-Depends: debmake (>= 3.6.0), xlibs-dev, xviewg-dev Package: circlepack Architecture: any -Depends: ${shlibs:Depends} +Depends: ${shlibs:Depends} Description: creation and display of circle packings - CirclePack is a C program for the creation, - display, manipulation, and storage of circle packings using - X-Windows. Computations may be done in either hyperbolic, euclidean, or - spherical geometry, though the routines for the latter are not - yet complete. For the theory behind the package, one must consult - the research literature. One of the author's primary interests - concerns the parallels between the developing theory of circle - packings and the classical theory of analytic functions. + CirclePack is a C program for the creation, display, manipulation, and + storage of circle packings using the X Window System. Computations may + be done in either hyperbolic, euclidean, or spherical geometry, though + the routines for the latter are not yet complete. For the theory behind + the package, one must consult the research literature. One of the + author's primary interests concerns the parallels between the + developing theory of circle packings and the classical theory of + analytic functions. Home page: http://www.math.utk.edu/~kens/ diff -u circlepack-4.0.1/debian/changelog circlepack-4.0.1/debian/changelog --- circlepack-4.0.1/debian/changelog +++ circlepack-4.0.1/debian/changelog @@ -1,3 +1,16 @@ +circlepack (4.0.1-4) unstable; urgency=low + + * The maintainer has orphaned this package; set maintainer to Debian QA + Group. + * Update to policy version 3.1.1: + - FHS updates (closes: #91131, #91410). + - Build dependencies (closes: #70322). + * Refer to the X Window System properly in package description + (closes: #76079). + * Get dpkg-gencontrol to include the section and priority fields. + + -- Colin Watson <[EMAIL PROTECTED]> Sat, 14 Apr 2001 02:07:20 +0100 + circlepack (4.0.1-3) unstable; urgency=low * Changed compiler flag. @@ -19,5 +32,4 @@ Local variables: mode: debian-changelog -add-log-mailing-address: "[EMAIL PROTECTED]" End: diff -u circlepack-4.0.1/debian/rules circlepack-4.0.1/debian/rules --- circlepack-4.0.1/debian/rules +++ circlepack-4.0.1/debian/rules @@ -34,17 +34,17 @@ -rm -rf debian/tmp install -d debian/tmp/usr/bin # install -d debian/tmp/usr/man/man1 - install -d debian/tmp/usr/doc/$(package)/examples/packings + install -d debian/tmp/usr/share/doc/$(package)/examples/packings install -d debian/tmp/usr/lib/$(package) strip --strip-debug $(package) install -m 755 $(package) debian/tmp/usr/bin -# cp $(docs) debian/tmp/usr/doc/$(package) - cp packings/* debian/tmp/usr/doc/$(package)/examples/packings - cp *.cmd debian/tmp/usr/doc/$(package)/examples/ +# cp $(docs) debian/tmp/usr/share/doc/$(package) + cp packings/* debian/tmp/usr/share/doc/$(package)/examples/packings + cp *.cmd debian/tmp/usr/share/doc/$(package)/examples/ cp cp_help.info debian/tmp/usr/lib/$(package) debstd $(docs) dpkg-shlibdeps $(package) - dpkg-gencontrol + dpkg-gencontrol -isp chown -R root.root debian/tmp chmod -R go=rX debian/tmp dpkg --build debian/tmp .. Cheers, -- Colin Watson [EMAIL PROTECTED]