--- picon-misc-2013.01.07.orig/Makefile +++ picon-misc-2013.01.07/Makefile @@ -0,0 +1,4 @@ +install: + install -d $(DESTDIR)/usr/share/picons/misc + -cp -r MISC $(DESTDIR)/usr/share/picons/misc + --- picon-misc-2013.01.07.orig/debian/dirs +++ picon-misc-2013.01.07/debian/dirs @@ -0,0 +1,2 @@ +usr/bin +usr/sbin --- picon-misc-2013.01.07.orig/debian/rules +++ picon-misc-2013.01.07/debian/rules @@ -0,0 +1,67 @@ +#!/usr/bin/make -f +# Sample debian.rules file - for GNU Hello (1.3). +# Copyright 1994,1995 by Ian Jackson. +# I hereby give you perpetual unlimited permission to copy, +# modify and relicense this file, provided that you do not remove + # my name from the file itself. (I assert my moral right of +# paternity under the Copyright, Designs and Patents Act 1988.) +# This file may have to be extensively modified +# +# Modified to be a prototype for debmake by Christoph Lameter + +package=picon-misc + +build: + $(checkdir) + if [ -x configure ]; then ./configure --prefix=/usr; fi +# make CFLAGS="-O2 -g -Wall" + + touch build + +clean: + $(checkdir) + -rm -f build + -make clean + -rm `find . -name "*~"` + -rm -rf debian/tmp debian/files* core debian/substvars + + dh_clean + +binary-indep: checkroot build + $(checkdir) +# There are no architecture-independent files to be uploaded +# generated by this package. If there were any they would be +# made here. + +binary-arch: checkroot build + $(checkdir) + + make install DESTDIR=`pwd`/debian/$(package); + + dh_installchangelogs + dh_installdocs + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +define checkdir + echo $$PATH + test -f debian/rules +endef + +# Below here is fairly generic really + +binary: binary-indep binary-arch + +source diff: + @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false + +checkroot: + echo $$PATH + $(checkdir) + test root = "`whoami`" + +.PHONY: binary binary-arch binary-indep clean checkroot --- picon-misc-2013.01.07.orig/debian/semantic.cache +++ picon-misc-2013.01.07/debian/semantic.cache @@ -0,0 +1,14 @@ +;; Object debian/ +;; SEMANTICDB Tags save file +(semanticdb-project-database-file "debian/" + :tables (list + (semanticdb-table "rules" + :major-mode 'makefile-mode + :tags 'nil + :file "rules" + ) + ) + :file "semantic.cache" + :semantic-tag-version "2.0pre3" + :semanticdb-version "2.0pre3" + ) --- picon-misc-2013.01.07.orig/debian/README.debian +++ picon-misc-2013.01.07/debian/README.debian @@ -0,0 +1 @@ +The picons are installed under /usr/share/picons/. --- picon-misc-2013.01.07.orig/debian/docs +++ picon-misc-2013.01.07/debian/docs @@ -0,0 +1,2 @@ +FAQ +README --- picon-misc-2013.01.07.orig/debian/copyright +++ picon-misc-2013.01.07/debian/copyright @@ -0,0 +1,67 @@ +This package was debianized by Hakan Ardo hakan@debian.org on +Thu, 16 Jan 1997 20:09:02 +0100. + +It was downloaded from ftp.cs.indiana.edu:/pub/faces/picons/db/misc.tar.Z. +I have receved special permission from Steve Kinzler +to make this package: + +----------------------------------------------------------------------------- +Date: Mon, 13 Jan 1997 10:33:17 -0500 (EST) +From: Steve Kinzler +To: Hakan Ardo +Subject: Re: Picon database + +Sent 12Jan97 from hakan@debian.org to kinzler ++---------- Picon database ---------- +| I am planning to make a debian package of the picon databse. Now for it +| to go into ouer standard distrubution, which is availiby by anonymous +| ftp and sold on CD, it's Licencs requiers me to get your premission +| befor including it there. + +Hakan, that's fine -- you have my permission to distribute the Picons +Databases as a Debian package via anonymous FTP and through the Debian +distribution CD, as long as all the other terms of the Licenses on the +databases are complied with. +------------------------------------------------------------------------------ + +-------------------------------------------------------------------------- + + COPYRIGHT 1997 STEPHEN B KINZLER + ALL RIGHTS RESERVED + +THIS DATABASE IS FURNISHED UNDER A LICENSE AND MAY BE USED AND COPIES +MADE ONLY IN ACCORDANCE WITH THE TERMS OF THAT LICENSE AND WITH THE +INCLUSION OF THE ABOVE COPYRIGHT NOTICE. NO TITLE TO OR OWNERSHIP OF +THE DATABASE IS HEREBY TRANSFERRED. + +-------------------------------------------------------------------------- + + LICENSE + +This database may be freely used and distributed provided the following +conditions are met: + +(1) This license must remain with this database however distributed + or published. + +(2) Any service, software or publication using this database or portion + thereof must provide complete and accurate reference to the source + of the database, namely the Picons Archive, with its current URL + and curator's name and contact information. + +(3) Any service, software or publication using this database or portion + thereof that receives payment in any form, direct or indirect, for + the service, software or publication must have the express permission + of the database adminstrator before using this database. + +This license is designed to ensure that the efforts of volunteers +toward building this picons database are recognized, and protected from +exploitation by any who have contributed little or nothing to its growth +or success. + +Since some of the picons in this database may depict registered trademarks +or otherwise restricted images, there may be restrictions on their sale +and use. I'm not aware of any restrictions on their distribution here +and representational use as intended by including them in this database. +If you know any reason why any of these picons should not be freely +distributed as part of this database, please let me know. --- picon-misc-2013.01.07.orig/debian/control +++ picon-misc-2013.01.07/debian/control @@ -0,0 +1,24 @@ +Source: picon-misc +Section: non-free/graphics +Priority: extra +Maintainer: Hakan Ardo +Standards-Version: 3.7.2 +Build-Depends: debhelper (>= 5) + +Package: picon-misc +Architecture: all +Depends: ${shlibs:Depends} +Provides: picons +Description: Picon (Personal Images) database of common accounts and misc + "picons" is short for "personal icons". They're small, constrained + images used to represent users and domains on the net, organized into + databases so that the appropriate image for a given e-mail address can + be found. Besides users and domains, there are picons databases for + Usenet newsgroups and weather forecasts. The picons are in either + monochrome XBM format or color XPM and GIF formats. + . + These databases have been compiled in hopes of helping make cyberspace + a more personable place. With them, software and services can be + developed to identify persons on the net by face (or, at least, by + institution logo) instead of by a cryptic e-mail address. Software of + this kind is for example xfaces and exmh. --- picon-misc-2013.01.07.orig/debian/changelog +++ picon-misc-2013.01.07/debian/changelog @@ -0,0 +1,215 @@ +picon-misc (2013.01.07-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Sat, 05 Oct 2013 16:16:19 +0200 + +picon-misc (2010.01.02-1) unstable; urgency=low + + * New upstream release. + * debmake was replaced with debhelper in v 2006.06.12-1 (closes: + #372983) + + -- Hakan Ardo Fri, 30 Jul 2010 11:40:10 +0200 + +picon-misc (2008.08.20-1) unstable; urgency=low + + * New upstream release. + * debmake was replaced with debhelper in v 2006.06.12-1 (closes: + #372983) + + -- Hakan Ardo Sat, 23 Aug 2008 09:06:31 +0200 + +picon-misc (2008.01.02-1) unstable; urgency=low + + * New upstream release. + * debmake was replaced with debhelper in v 2006.06.12-1 (closes: + #372983) + + -- Hakan Ardo Tue, 05 Feb 2008 21:33:26 +0100 + +picon-misc (2006.01.02-2) unstable; urgency=low + + * Replaced debmake with debhelper (closes: #372998) + + -- Hakan Ardo Sat, 15 Jul 2006 21:29:12 +0200 + +picon-misc (2006.01.02-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Sat, 15 Jul 2006 21:05:56 +0200 + +picon-misc (2004.01.02-1) unstable; urgency=low + + * New upstream release. + * Now build-depends on debmake + + -- Hakan Ardo Mon, 9 Aug 2004 14:55:38 +0200 + +picon-misc (2003.07.16-1) unstable; urgency=low + + * New upstream release. + * Move database to /usr/share/picons (closes: #204223) + * Moved license from README file to copyright file (closes: #204226) + * Updated to latest upstream release (closes: #191490) + * Now build-depends on debhelper + * Removed usr/doc link creation + * Cleaned out some debhelper templates + + -- Hakan Ardo Sat, 9 Aug 2003 14:09:45 +0200 + +picon-misc (2001.01.02-2) unstable; urgency=low + + * Updated to poliy 3.2.1.0 + + -- Hakan Ardo Sat, 7 Apr 2001 13:52:58 +0200 + +picon-misc (2001.01.02-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Mon, 2 Apr 2001 21:11:25 +0200 + +picon-misc (1999.09.05-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Fri, 29 Oct 1999 20:35:32 +0200 + +picon-misc (1999.05.07-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Thu, 12 Aug 1999 17:09:14 +0200 + +picon-misc (1999.01.06-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Wed, 13 Jan 1999 03:11:03 +0100 + +picon-misc (1998.10.26-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Wed, 28 Oct 1998 03:00:11 +0100 + +picon-misc (1998.08.19-2) unstable; urgency=low + + * Copyright and debian changelog now included + + -- Hakan Ardo Wed, 21 Oct 1998 16:45:36 +0200 + +picon-misc (1998.08.19-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Fri, 9 Oct 1998 18:21:15 +0200 + +picon-misc (1998.06.13-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Sun, 14 Jun 1998 20:14:34 +0200 + +picon-misc (1998.04.20-2) frozen unstable; urgency=low + + * Reuploaded as it dissapeard from the distributions. + + -- Hakan Ardo Mon, 11 May 1998 19:17:41 +0200 + +picon-misc (1998.04.20-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Sun, 3 May 1998 11:40:59 +0200 + +picon-misc (1998.03.19-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Sun, 22 Mar 1998 11:51:24 +0100 + +picon-misc (1998.02.06-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Mon, 16 Feb 1998 17:15:30 +0100 + +picon-misc (1998.01.22-2) unstable; urgency=low + + * Removed leading spaces in description + * Removed md5sums file + + -- Hakan Ardo Mon, 16 Feb 1998 16:30:40 +0100 + +picon-misc (1998.01.22-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Wed, 28 Jan 1998 23:48:15 +0100 + +picon-misc (1997.11.14-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Tue, 23 Dec 1997 19:23:27 +0100 + +picon-misc (1997.09.05-2) unstable; urgency=low + + * Moved to contrib + + -- Hakan Ardo Tue, 23 Dec 1997 18:54:47 +0100 + +picon-misc (1997.09.05-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Tue, 30 Sep 1997 09:26:51 +0200 + +picon-misc (97.06.10-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Mon, 30 Jun 1997 18:01:59 +0200 + +picon-misc (97.04.16-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Fri, 18 Apr 1997 00:06:42 +0200 + +picon-misc (97.03.12-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Sun, 6 Apr 1997 12:37:55 +0200 + +picon-misc (97.02.15-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Tue, 18 Feb 1997 22:17:50 +0100 + +picon-misc (97.02.05-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Sun, 9 Feb 1997 22:05:52 +0100 + +picon-misc (97.01.07-2) unstable; urgency=low + + * Now provides picons instead of picon + + -- Hakan Ardo Fri, 24 Jan 1997 19:56:04 +0100 + +picon-misc (97.01.07-1) unstable; urgency=low + + * Initial Release. + + -- Hakan Ardo Thu, 16 Jan 1997 20:09:02 +0100 + +Local variables: +mode: debian-changelog +End: --- picon-misc-2013.01.07.orig/debian/compat +++ picon-misc-2013.01.07/debian/compat @@ -0,0 +1 @@ +5