genwebgallery

changeset 37:5337b8aee2d6

removed debian dir from repo (cause it should not be in upstream)
author meillo@marmaro.de
date Thu, 05 Jun 2008 21:05:46 +0200
parents 42bf012f6045
children 7ae5e3ece52c
files debian/changelog debian/compat debian/control debian/copyright debian/rules debian/watch
diffstat 6 files changed, 0 insertions(+), 101 deletions(-) [+]
line diff
     1.1 --- a/debian/changelog	Thu Jun 05 21:05:02 2008 +0200
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,5 +0,0 @@
     1.4 -genwebgallery (0.5-1) unstable; urgency=low
     1.5 -
     1.6 -  * Initial release
     1.7 -
     1.8 - -- markus schnalke <meillo@marmaro.de>  Mon, 12 May 2008 20:23:03 +0200
     2.1 --- a/debian/compat	Thu Jun 05 21:05:02 2008 +0200
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,1 +0,0 @@
     2.4 -5
     3.1 --- a/debian/control	Thu Jun 05 21:05:02 2008 +0200
     3.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.3 @@ -1,18 +0,0 @@
     3.4 -Source: genwebgallery
     3.5 -Section: web
     3.6 -Priority: extra
     3.7 -Maintainer: markus schnalke <meillo@marmaro.de>
     3.8 -Homepage: http://prog.marmaro.de/genwebgallery
     3.9 -Build-Depends: debhelper (>= 5)
    3.10 -Standards-Version: 3.7.3
    3.11 -
    3.12 -Package: genwebgallery
    3.13 -Architecture: all
    3.14 -Depends: imagemagick
    3.15 -Description: generates minimalistic web galleries
    3.16 - Very simple tool to generate static HTML pages to view pictures on the web.
    3.17 - The generated pages are not very beautiful, but simple. They contain just
    3.18 - what is really needed - no fancy stuff. Also the generation process is only
    3.19 - one program call. You can specify some configuration options like the
    3.20 - dimension of the created thumbnails, the name of the index page and some more.
    3.21 - All image processing is done via ImageMagick.
     4.1 --- a/debian/copyright	Thu Jun 05 21:05:02 2008 +0200
     4.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.3 @@ -1,26 +0,0 @@
     4.4 -Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
     4.5 -Debianized-By: markus schnalke <meillo@marmaro.de>
     4.6 -Debianized-Date: Mon, 12 May 2008 15:57:47 +0200
     4.7 -Original-Source: http://prog.marmaro.de/genwebgallery
     4.8 -
     4.9 -Files: *
    4.10 -Copyright: 2007, 2008 by markus schnalke <meillo@marmaro.de>
    4.11 -License: MIT
    4.12 - Permission is hereby granted, free of charge, to any person obtaining
    4.13 - a copy of this software and associated documentation files (the
    4.14 - "Software"), to deal in the Software without restriction, including
    4.15 - without limitation the rights to use, copy, modify, merge, publish,
    4.16 - distribute, sublicense, and/or sell copies of the Software, and to
    4.17 - permit persons to whom the Software is furnished to do so, subject to
    4.18 - the following conditions:
    4.19 - .
    4.20 - The above copyright notice and this permission notice shall be included
    4.21 - in all copies or substantial portions of the Software.
    4.22 - .
    4.23 - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
    4.24 - EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
    4.25 - MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
    4.26 - IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
    4.27 - CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
    4.28 - TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
    4.29 - SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
     5.1 --- a/debian/rules	Thu Jun 05 21:05:02 2008 +0200
     5.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.3 @@ -1,48 +0,0 @@
     5.4 -#!/usr/bin/make -f
     5.5 -# -*- makefile -*-
     5.6 -# Sample debian/rules that uses debhelper.
     5.7 -# This file was originally written by Joey Hess and Craig Small.
     5.8 -# As a special exception, when this file is copied by dh-make into a
     5.9 -# dh-make output file, you may use that output file without restriction.
    5.10 -# This special exception was added by Craig Small in version 0.37 of dh-make.
    5.11 -
    5.12 -# Uncomment this to turn on verbose mode.
    5.13 -#export DH_VERBOSE=1
    5.14 -
    5.15 -
    5.16 -build:
    5.17 -
    5.18 -clean:
    5.19 -	dh_testdir
    5.20 -	dh_testroot
    5.21 -	dh_clean
    5.22 -
    5.23 -install:
    5.24 -	dh_testdir
    5.25 -	dh_testroot
    5.26 -	dh_installdirs
    5.27 -
    5.28 -	# Add here commands to install the package into debian/genwebgallery.
    5.29 -	$(MAKE) DESTDIR=$(CURDIR)/debian/genwebgallery install
    5.30 -
    5.31 -
    5.32 -# Build architecture-independent files here.
    5.33 -binary-indep: install
    5.34 -	dh_testdir
    5.35 -	dh_testroot
    5.36 -	dh_installchangelogs ChangeLog
    5.37 -	dh_installdocs
    5.38 -	dh_installman
    5.39 -	dh_compress
    5.40 -	dh_fixperms
    5.41 -	dh_installdeb
    5.42 -	dh_gencontrol
    5.43 -	dh_md5sums
    5.44 -	dh_builddeb
    5.45 -
    5.46 -# Build architecture-dependent files here.
    5.47 -binary-arch:
    5.48 -
    5.49 -binary: binary-indep binary-arch
    5.50 -
    5.51 -.PHONY: build clean binary-indep binary-arch binary install configure
     6.1 --- a/debian/watch	Thu Jun 05 21:05:02 2008 +0200
     6.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.3 @@ -1,3 +0,0 @@
     6.4 -version=3
     6.5 -
     6.6 -http://prog.marmaro.de/genwebgallery/genwebgallery-(.*)\.tar\.gz