--- famfamfam-flag-0.1.orig/debian/README.Debian +++ famfamfam-flag-0.1/debian/README.Debian @@ -0,0 +1,10 @@ +Note that these flags are named using the ISO3166-1 alpha-2 country +codes where appropriate. A list of codes can be found at +http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2 + +There are many packages contain flags, see apt-file flag, but none of +them was adapted to use it outside project (as a depend), this is the +first such package. I'll open discussion in debian-devel@ where flags +can be placed, for the present I have placed them into +/usr/share/flags/countries. + --- famfamfam-flag-0.1.orig/debian/README.sources +++ famfamfam-flag-0.1/debian/README.sources @@ -0,0 +1 @@ +Current sources tree was got by unpacking orig.zip, removing empty directories and fixing file permissions. --- famfamfam-flag-0.1.orig/debian/changelog +++ famfamfam-flag-0.1/debian/changelog @@ -0,0 +1,24 @@ +famfamfam-flag (0.1-3.1) unstable; urgency=medium + + * Non maintainer upload by the Reproducible Builds team. + * No source change upload to rebuild on buildd with .buildinfo files. + + -- Holger Levsen Sat, 02 Jan 2021 00:30:10 +0100 + +famfamfam-flag (0.1-3) unstable; urgency=low + + * Set Priority to 'optional', closes: #648919. + + -- Dmitry E. Oboukhov Mon, 02 Jul 2012 23:45:11 +0400 + +famfamfam-flag (0.1-2) unstable; urgency=low + + * Moved all images to /usr/share/flags/countries/16x11/. + + -- Dmitry E. Oboukhov Thu, 11 Mar 2010 15:18:37 +0300 + +famfamfam-flag (0.1-1) unstable; urgency=low + + * Initial release. (Closes: #569954) + + -- Dmitry E. Oboukhov Mon, 15 Feb 2010 15:43:17 +0300 --- famfamfam-flag-0.1.orig/debian/compat +++ famfamfam-flag-0.1/debian/compat @@ -0,0 +1,2 @@ +7 + --- famfamfam-flag-0.1.orig/debian/control +++ famfamfam-flag-0.1/debian/control @@ -0,0 +1,27 @@ +Source: famfamfam-flag +Maintainer: Dmitry E. Oboukhov +Section: misc +Priority: optional +Build-Depends: cdbs, debhelper (>= 7) +Homepage: http://www.famfamfam.com/lab/icons/flags/ +Standards-Version: 3.9.3 +VCS-Browser: http://git.debian.org/?p=collab-maint/famfamfam-flag.git;a=summary +VCS-Git: git://git.debian.org/git/collab-maint/famfamfam-flag.git + +Package: famfamfam-flag-gif +Architecture: all +Depends: ${misc:Depends} +Description: Free collection of countries' flags + All flags which are contained in this package are named using the + ISO3166-1 alpha-2 country codes where appropriate. + . + This package contains flags in GIF format. + +Package: famfamfam-flag-png +Architecture: all +Depends: ${misc:Depends} +Description: Free collection of countries' flags + All flags which are contained in this package are named using the + ISO3166-1 alpha-2 country codes where appropriate. + . + This package contains flags in PNG format. --- famfamfam-flag-0.1.orig/debian/copyright +++ famfamfam-flag-0.1/debian/copyright @@ -0,0 +1,21 @@ +This package was debianized by Dmitry E. Oboukhov +Mon Feb 15 15:36:20 MSK 2010 + +It was downloaded from http://www.famfamfam.com/lab/icons/flags/ + + +Upstream author: Mark James + +License: + + These icons are Public Domain, and as such are free for any + use (attribution appreciated but not required). + + If you find these icons useful, please donate via paypal to + mjames@gmail.com (or click the donate button available at + http://www.famfamfam.com/lab/icons/silk) + + +The Debian packaging is (C) 2008, Dmitry E. Oboukhov + and is licensed under the GPL, see +/usr/share/common-licenses/GPL-3. --- famfamfam-flag-0.1.orig/debian/docs +++ famfamfam-flag-0.1/debian/docs @@ -0,0 +1 @@ +readme.txt --- famfamfam-flag-0.1.orig/debian/famfamfam-flag-gif.install +++ famfamfam-flag-0.1/debian/famfamfam-flag-gif.install @@ -0,0 +1 @@ +gif/* /usr/share/flags/countries/16x11 --- famfamfam-flag-0.1.orig/debian/famfamfam-flag-png.install +++ famfamfam-flag-0.1/debian/famfamfam-flag-png.install @@ -0,0 +1,2 @@ +png/* /usr/share/flags/countries/16x11/ + --- famfamfam-flag-0.1.orig/debian/rules +++ famfamfam-flag-0.1/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk