debian/0000755000000000000000000000000011764375577007214 5ustar debian/control0000644000000000000000000000131211764376005010577 0ustar Source: http-icons Section: misc Priority: optional Maintainer: Jonas Smedegaard Build-Depends: cdbs (>= 0.4.69~), devscripts, debhelper, dh-buildinfo, optipng, netpbm Standards-Version: 3.9.3 Homepage: http://www.ideocentric.com/technology/articles/title/apache-icons Vcs-Git: git://git.debian.org/git/collab-maint/http-icons.git Vcs-Browser: http://git.debian.org/?p=collab-maint/http-icons.git Package: http-icons Architecture: all Depends: ${misc:Depends} Description: classic MIME icons http-icons date back to Mosaic for X and have been included in the NCSA httpd and Apache server distributions. Modernized, maintaining the original size so they can be used as a drop in replacement. debian/source/0000755000000000000000000000000011276536300010471 5ustar debian/source/format0000644000000000000000000000001411276536300011677 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000025511764375577011070 0ustar http-icons (0~20041010-1) unstable; urgency=low * Initial packaging release. Closes: bug#676327. -- Jonas Smedegaard Fri, 08 Jun 2012 15:17:49 +0200 debian/compat0000644000000000000000000000000211704660325010370 0ustar 7 debian/watch0000644000000000000000000000031511764200774010226 0ustar # Run the "uscan" command to check for upstream updates and more. version=3 # Not for uscan currently: Upstream version is in timestamp (not path) #http://www.ideocentric.com/files/download/http-icons.tgz debian/copyright_hints0000644000000000000000000000074411764375514012350 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: FIXME Upstream-Contact: FIXME Source: FIXME Disclaimer: Autogenerated by CDBS Files: README debian/compat debian/control debian/control.in debian/gbp.conf debian/htaccess.txt debian/source/format debian/watch small/.DS_Store small/README.txt Copyright: *No copyright* License: UNKNOWN FIXME Files: debian/rules Copyright: 2012, Jonas Smedegaard License: GPL-2+ FIXME debian/copyright0000644000000000000000000000211211764202020011107 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=174 Upstream-Name: Apache Icons Upstream-Contact: Matt Comaione Source: http://www.ideocentric.com/technology/articles/title/apache-icons Files: * Copyright: None (public domain) License: PD These icons were originally made for Mosaic for X and have been included in the NCSA httpd and Apache server distributions in the past. They are in the public domain and may be freely included in any application. The originals were done by Kevin Hughes (kevinh@kevcom.com). . Design completed by Matt Comeione and are also left in the public domain. Files: debian/* Copyright: 2012, Jonas Smedegaard License: GPL-2+ License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. Comment: On Debian systems the 'GNU General Public License' version 2 is located in '/usr/share/common-licenses/GPL-2'. debian/gbp.conf0000644000000000000000000000014611226424451010607 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] pristine-tar = True sign-tags = True debian/rules0000755000000000000000000000460511764375413010266 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright © 2012 Jonas Smedegaard # Description: Main Debian packaging script for http-icons # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -include /usr/share/cdbs/1/rules/upstream-tarball.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/rules/debhelper.mk pkg = http-icons # suppress optional build-dependencies CDBS_BUILD_DEPENDS_rules_upstream-tarball = DEB_UPSTREAM_URL = http://www.ideocentric.com/files/download DEB_UPSTREAM_TARBALL_BASENAME = $(DEB_SOURCE_PACKAGE) DEB_UPSTREAM_TARBALL_EXTENSION = tgz DEB_UPSTREAM_TARBALL_MD5 = 4f30ac3e967f787ae8e6c5232d39ce4c # sample htaccess file is not shipped with main tarball get-htaccess: wget -O debian/htaccess.txt http://www.ideocentric.com/files/download/htaccess.txt # ignore images (in addition to defaults) DEB_COPYRIGHT_CHECK_IGNORE_REGEX = ^(.*\.(gif|png))|debian/(changelog|copyright(|_hints|_newhints))$ # optimize images, and recreate broken blank.png from blank.gif CDBS_BUILD_DEPENDS += , optipng, netpbm build/$(pkg):: debian/stamp-optimize-images debian/stamp-optimize-images: mkdir -p build/small; \ set -e; for img in *.gif small/*.gif; do \ giftopnm --alphaout=build/$$img.alpha $$img > build/$$img.pnm; \ ppmtogif -sort -alpha=build/$$img.alpha build/$$img.pnm > build/$$img; \ rm -f build/$$img.alpha build/$$img.pnm; \ done find . -maxdepth 1 -name '*.png' \! -name 'blank.png' -exec optipng -nx -force {} -dir build {} \; optipng -nx -force -out build/blank.png blank.gif optipng -nx -force -dir build/small small/*.png cp -p README build/README.txt cp -p small/README.txt build/small/ touch $@ clean:: rm -rf build rm -f debian/stamp-optimize-images DEB_DH_INSTALL_ARGS_$(pkg) = build/* usr/share/images/http-icons DEB_INSTALL_EXAMPLES_$(pkg) = debian/htaccess.txt debian/control.in0000644000000000000000000000120411752055551011201 0ustar Source: http-icons Section: misc Priority: optional Maintainer: Jonas Smedegaard Build-Depends: @cdbs@ Standards-Version: 3.9.3 Homepage: http://www.ideocentric.com/technology/articles/title/apache-icons Vcs-Git: git://git.debian.org/git/collab-maint/http-icons.git Vcs-Browser: http://git.debian.org/?p=collab-maint/http-icons.git Package: http-icons Architecture: all Depends: ${misc:Depends} Description: classic MIME icons http-icons date back to Mosaic for X and have been included in the NCSA httpd and Apache server distributions. Modernized, maintaining the original size so they can be used as a drop in replacement. debian/htaccess.txt0000644000000000000000000000546511752055644011547 0ustar # # FancyIndexing is whether you want fancy directory indexing or standard # IndexOptions FancyIndexing +SuppressHTMLPreamble HeaderName /header.html # # AddIcon* directives tell the server which icon to show for different # files or filename extensions. These are only displayed for # FancyIndexed directories. # AddIconByEncoding (CMP,/icon/compressed.gif) x-compress x-gzip AddIconByType (TXT,/icon/text.gif) text/* AddIconByType (IMG,/icon/image2.gif) image/* AddIconByType (SND,/icon/sound2.gif) audio/* AddIconByType (VID,/icon/movie.gif) video/* AddIcon /icon/binary.gif .bin .exe AddIcon /icon/binhex.gif .hqx AddIcon /icon/tar.gif .tar AddIcon /icon/world2.gif .wrl .wrl.gz .vrml .vrm .iv AddIcon /icon/compressed.gif .Z .z .tgz .gz .zip AddIcon /icon/a.gif .ps .ai .eps AddIcon /icon/layout.gif .html .shtml .htm .pdf AddIcon /icon/text.gif .txt AddIcon /icon/c.gif .c AddIcon /icon/p.gif .pl .py AddIcon /icon/f.gif .for AddIcon /icon/dvi.gif .dvi AddIcon /icon/uuencoded.gif .uu AddIcon /icon/script.gif .conf .sh .shar .csh .ksh .tcl AddIcon /icon/tex.gif .tex AddIcon /icon/bomb.gif core AddIcon /icon/back.gif .. AddIcon /icon/hand.right.gif README AddIcon /icon/folder.gif ^^DIRECTORY^^ AddIcon /icon/blank.gif ^^BLANKICON^^ # # DefaultIcon is which icon to show for files which do not have an icon # explicitly set. # DefaultIcon /icon/unknown.gif # # AddDescription allows you to place a short description after a file in # server-generated indexes. These are only displayed for FancyIndexed # directories. # Format: AddDescription "description" filename # #AddDescription "GZIP compressed document" .gz #AddDescription "tar archive" .tar #AddDescription "GZIP compressed tar archive" .tgz # # ReadmeName is the name of the README file the server will look for by # default, and append to directory listings. # # HeaderName is the name of a file which should be prepended to # directory indexes. # ReadmeName README HeaderName HEADER # # IndexIgnore is a set of filenames which directory indexing should ignore # and not include in the listing. Shell-style wildcarding is permitted. # IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t # "400 Bad Request", ErrorDocument 400 /errordocs/400.php # "401 Authorization Required", ErrorDocument 401 /errordocs/401.php # "403 Forbidden", ErrorDocument 403 /errordocs/403.php # "404 Not Found", ErrorDocument 404 /errordocs/404.php # "408 Request Timeout" ErrorDocument 408 /errordocs/408.php # "500 Internal Server Error", ErrorDocument 500 /errordocs/500.php