--- picon-domains-2013.09.30.orig/Makefile +++ picon-domains-2013.09.30/Makefile @@ -0,0 +1,10 @@ +DB=domains +install: + install -d $(DESTDIR)/usr/share/picons/$(DB) + -cp -r `echo * | sed -e 's/ debian / /'` $(DESTDIR)/usr/share/picons/$(DB) + -rm $(DESTDIR)/usr/share/picons/$(DB)/README + -rm $(DESTDIR)/usr/share/picons/$(DB)/FAQ + -rm $(DESTDIR)/usr/share/picons/$(DB)/Makefile + -rm $(DESTDIR)/usr/share/picons/$(DB)/build + + --- picon-domains-2013.09.30.orig/debian/dirs +++ picon-domains-2013.09.30/debian/dirs @@ -0,0 +1,2 @@ +usr/bin +usr/sbin --- picon-domains-2013.09.30.orig/debian/rules +++ picon-domains-2013.09.30/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-domains + +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-domains-2013.09.30.orig/debian/semantic.cache +++ picon-domains-2013.09.30/debian/semantic.cache @@ -0,0 +1,15 @@ +;; Object debian/ +;; SEMANTICDB Tags save file +(semanticdb-project-database-file "debian/" + :tables (list + (semanticdb-table "rules" + :major-mode 'makefile-mode + :tags '(("package" variable (:default-value ("picon-domains")) nil [495 517]) ("build" function nil nil [518 624]) ("clean" function nil nil [639 768]) ("binary-indep" function (:arguments ("checkroot" "build")) nil [780 884]) ("binary-arch" function (:arguments ("checkroot" "build")) nil [960 1003]) ("binary" function (:arguments ("binary-indep" "binary-arch")) nil [1270 1305]) ("source" function nil nil [1305 1389]) ("diff" function nil nil [1305 1389]) ("checkroot" function nil nil [1389 1451])) + :file "rules" + :pointmax 1507 + ) + ) + :file "semantic.cache" + :semantic-tag-version "2.0pre3" + :semanticdb-version "2.0pre3" + ) --- picon-domains-2013.09.30.orig/debian/README.debian +++ picon-domains-2013.09.30/debian/README.debian @@ -0,0 +1 @@ +The picons are installed under /usr/share/picons/. --- picon-domains-2013.09.30.orig/debian/docs +++ picon-domains-2013.09.30/debian/docs @@ -0,0 +1 @@ +FAQ --- picon-domains-2013.09.30.orig/debian/copyright +++ picon-domains-2013.09.30/debian/copyright @@ -0,0 +1,67 @@ +This package was debianized by Hakan Ardo hakan@debian.org on +Fri, 24 Jan 1997 19:47:51 +0100. + +It was downloaded from ftp.cs.indiana.edu:/pub/faces/picons/db/domains.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-domains-2013.09.30.orig/debian/control +++ picon-domains-2013.09.30/debian/control @@ -0,0 +1,25 @@ +Source: picon-domains +Section: non-free/graphics +Priority: extra +Maintainer: Hakan Ardo +Standards-Version: 3.7.2 +Build-Depends: debhelper (>= 5) + +Package: picon-domains +Architecture: all +Depends: ${shlibs:Depends} +Provides: picons +Description: Picon (Personal Images) database of Internet domain logos + "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-domains-2013.09.30.orig/debian/changelog +++ picon-domains-2013.09.30/debian/changelog @@ -0,0 +1,461 @@ +picon-domains (2013.09.30-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Sat, 05 Oct 2013 16:14:31 +0200 + +picon-domains (2012.05.09-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Thu, 24 May 2012 09:43:54 +0200 + +picon-domains (2012.02.07-1) unstable; urgency=low + + * New upstream release. + * New upstream release + * Fixed typo in short description (closes: #542805) + + -- Hakan Ardo Sat, 11 Feb 2012 12:15:42 +0100 + +picon-domains (2010.05.26-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:37:36 +0200 + +picon-domains (2008.08.15-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 08:49:15 +0200 + +picon-domains (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:29:00 +0100 + +picon-domains (2006.11.03-1) unstable; urgency=low + + * New upstream release. + * debmake was replaced with debhelper in v 2006.07.14-1 (closes: + #372982) + + -- Hakan Ardo Sat, 4 Nov 2006 14:42:36 +0100 + +picon-domains (2006.07.14-2) unstable; urgency=low + + * Regenerated. Now actually includes the icons (closes: #378709) + + -- Hakan Ardo Tue, 25 Jul 2006 21:46:17 +0200 + +picon-domains (2006.07.14-1) unstable; urgency=low + + * New upstream release. + * Replaced debmake with debhelper (closes: #362535) + + -- Hakan Ardo Sat, 15 Jul 2006 11:33:19 +0200 + +picon-domains (2006.04.12-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Wed, 26 Apr 2006 20:36:35 +0200 + +picon-domains (2004.08.05-1) unstable; urgency=low + + * New upstream release. + * Now build-depends on debmake (closes: #260022) + + -- Hakan Ardo Mon, 9 Aug 2004 13:54:22 +0200 + +picon-domains (2003.08.07-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 13:58:53 +0200 + +picon-domains (2001.03.15-2) unstable; urgency=low + + * Updated to poliy 3.2.1.0 + + -- Hakan Ardo Sat, 7 Apr 2001 13:52:58 +0200 + +picon-domains (2001.03.15-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Sat, 7 Apr 2001 13:51:02 +0200 + +picon-domains (1999.10.14-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Fri, 29 Oct 1999 20:44:41 +0200 + +picon-domains (1999.08.11-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Thu, 12 Aug 1999 16:59:47 +0200 + +picon-domains (1999.07.09-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Wed, 21 Jul 1999 00:29:09 +0200 + +picon-domains (1999.01.15-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Mon, 18 Jan 1999 03:03:14 +0100 + +picon-domains (1999.01.12-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Thu, 14 Jan 1999 03:02:10 +0100 + +picon-domains (1999.01.11-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Wed, 13 Jan 1999 03:02:09 +0100 + +picon-domains (1998.12.15-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Fri, 18 Dec 1998 03:01:43 +0100 + +picon-domains (1998.12.11-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Sun, 13 Dec 1998 03:05:53 +0100 + +picon-domains (1998.12.09-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Fri, 11 Dec 1998 03:04:42 +0100 + +picon-domains (1998.12.03-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Sat, 5 Dec 1998 03:02:58 +0100 + +picon-domains (1998.11.30-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Wed, 2 Dec 1998 03:02:05 +0100 + +picon-domains (1998.11.24-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Thu, 26 Nov 1998 03:02:14 +0100 + +picon-domains (1998.10.30-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Sun, 1 Nov 1998 03:01:57 +0100 + +picon-domains (1998.10.15-2) unstable; urgency=low + + * Copyright and debian changelog now included + + -- Hakan Ardo Wed, 21 Oct 1998 16:45:36 +0200 + +picon-domains (1998.10.15-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Wed, 21 Oct 1998 15:17:25 +0200 + +picon-domains (1998.10.09-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Sun, 11 Oct 1998 03:02:57 +0200 + +picon-domains (1998.10.07-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Fri, 9 Oct 1998 18:06:08 +0200 + +picon-domains (1998.10.06-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Thu, 8 Oct 1998 03:02:41 +0200 + +picon-domains (1998.09.28-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Wed, 30 Sep 1998 03:02:57 +0200 + +picon-domains (1998.09.25-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Sun, 27 Sep 1998 03:02:41 +0200 + +picon-domains (1998.09.24-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Sat, 26 Sep 1998 03:02:26 +0200 + +picon-domains (1998.09.23-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Fri, 25 Sep 1998 03:02:40 +0200 + +picon-domains (1998.09.21-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Wed, 23 Sep 1998 03:02:37 +0200 + +picon-domains (1998.09.16-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Fri, 18 Sep 1998 03:03:16 +0200 + +picon-domains (1998.09.10-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Sat, 12 Sep 1998 03:02:51 +0200 + +picon-domains (1998.09.08-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Fri, 11 Sep 1998 03:03:20 +0200 + +picon-domains (1998.09.03-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Sat, 5 Sep 1998 03:03:07 +0200 + +picon-domains (1998.09.02-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Fri, 4 Sep 1998 03:04:27 +0200 + +picon-domains (1998.09.01-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Thu, 3 Sep 1998 03:15:54 +0200 + +picon-domains (1998.08.24-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Wed, 26 Aug 1998 03:01:52 +0200 + +picon-domains (1998.08.21-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Sun, 23 Aug 1998 21:43:17 +0200 + +picon-domains (1998.08.05-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Fri, 7 Aug 1998 17:44:12 +0200 + +picon-domains (1998.07.30-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Sun, 2 Aug 1998 14:21:14 +0200 + +picon-domains (1998.06.23-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Mon, 29 Jun 1998 01:03:14 +0200 + +picon-domains (1998.06.13-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Sun, 14 Jun 1998 20:07:09 +0200 + +picon-domains (1998.05.27-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Thu, 28 May 1998 23:47:54 +0200 + +picon-domains (1998.04.08-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Thu, 9 Apr 1998 20:10:36 +0200 + +picon-domains (1998.03.20-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Sun, 22 Mar 1998 11:18:54 +0100 + +picon-domains (1998.03.13-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Sun, 15 Mar 1998 10:58:26 +0100 + +picon-domains (1998.03.06-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Sun, 8 Mar 1998 12:39:58 +0100 + +picon-domains (1998.02.12-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Mon, 16 Feb 1998 17:11:49 +0100 + +picon-domains (1998.01.27-1) unstable; urgency=low + + * Removed leading spaces in description + * Removed md5sums file + * New upstream release. + + -- Hakan Ardo Wed, 28 Jan 1998 23:33:12 +0100 + +picon-domains (1997.12.15-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Tue, 23 Dec 1997 19:11:19 +0100 + +picon-domains (1997.09.05-2) unstable; urgency=low + + * Moved to contrib + + -- Hakan Ardo Tue, 23 Dec 1997 18:54:46 +0100 + +picon-domains (1997.09.05-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Sat, 27 Sep 1997 18:36:55 +0200 + +picon-domains (97.09.05-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Tue, 9 Sep 1997 09:55:38 +0200 + +picon-domains (97.06.26-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Mon, 30 Jun 1997 09:10:16 +0200 + +picon-domains (97.05.23-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Sun, 25 May 1997 22:05:02 +0200 + +picon-domains (97.04.29-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Mon, 12 May 1997 11:39:22 +0200 + +picon-domains (97.04.24-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Sun, 27 Apr 1997 20:04:08 +0200 + +picon-domains (97.04.18-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Sun, 20 Apr 1997 19:34:49 +0200 + +picon-domains (97.04.16-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Thu, 17 Apr 1997 09:28:16 +0200 + +picon-domains (97.04.04-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Sun, 6 Apr 1997 12:23:34 +0200 + +picon-domains (97.02.21-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Sun, 23 Feb 1997 20:48:46 +0100 + +picon-domains (97.02.18-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Thu, 20 Feb 1997 00:18:13 +0100 + +picon-domains (97.02.17-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Tue, 18 Feb 1997 22:15:17 +0100 + +picon-domains (97.02.15-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Sun, 16 Feb 1997 11:30:22 +0100 + +picon-domains (97.02.05-1) unstable; urgency=low + + * New upstream release. + + -- Hakan Ardo Sun, 9 Feb 1997 21:03:20 +0100 + +picon-domains (97.01.10-1) unstable; urgency=low + + * Initial Release. + + -- Hakan Ardo Fri, 24 Jan 1997 19:47:51 +0100 + +Local variables: +mode: debian-changelog +End: --- picon-domains-2013.09.30.orig/debian/compat +++ picon-domains-2013.09.30/debian/compat @@ -0,0 +1 @@ +5