# HG changeset patch # User meillo@marmaro.de # Date 1212692746 -7200 # Node ID 5337b8aee2d637f0154ca8c7632adf0e5c41f561 # Parent 42bf012f60450d380d554d1dd88e9952b5f21095 removed debian dir from repo (cause it should not be in upstream) diff -r 42bf012f6045 -r 5337b8aee2d6 debian/changelog --- a/debian/changelog Thu Jun 05 21:05:02 2008 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,5 +0,0 @@ -genwebgallery (0.5-1) unstable; urgency=low - - * Initial release - - -- markus schnalke Mon, 12 May 2008 20:23:03 +0200 diff -r 42bf012f6045 -r 5337b8aee2d6 debian/compat --- a/debian/compat Thu Jun 05 21:05:02 2008 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -5 diff -r 42bf012f6045 -r 5337b8aee2d6 debian/control --- a/debian/control Thu Jun 05 21:05:02 2008 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,18 +0,0 @@ -Source: genwebgallery -Section: web -Priority: extra -Maintainer: markus schnalke -Homepage: http://prog.marmaro.de/genwebgallery -Build-Depends: debhelper (>= 5) -Standards-Version: 3.7.3 - -Package: genwebgallery -Architecture: all -Depends: imagemagick -Description: generates minimalistic web galleries - Very simple tool to generate static HTML pages to view pictures on the web. - The generated pages are not very beautiful, but simple. They contain just - what is really needed - no fancy stuff. Also the generation process is only - one program call. You can specify some configuration options like the - dimension of the created thumbnails, the name of the index page and some more. - All image processing is done via ImageMagick. diff -r 42bf012f6045 -r 5337b8aee2d6 debian/copyright --- a/debian/copyright Thu Jun 05 21:05:02 2008 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,26 +0,0 @@ -Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat -Debianized-By: markus schnalke -Debianized-Date: Mon, 12 May 2008 15:57:47 +0200 -Original-Source: http://prog.marmaro.de/genwebgallery - -Files: * -Copyright: 2007, 2008 by markus schnalke -License: MIT - Permission is hereby granted, free of charge, to any person obtaining - a copy of this software and associated documentation files (the - "Software"), to deal in the Software without restriction, including - without limitation the rights to use, copy, modify, merge, publish, - distribute, sublicense, and/or sell copies of the Software, and to - permit persons to whom the Software is furnished to do so, subject to - the following conditions: - . - The above copyright notice and this permission notice shall be included - in all copies or substantial portions of the Software. - . - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff -r 42bf012f6045 -r 5337b8aee2d6 debian/rules --- a/debian/rules Thu Jun 05 21:05:02 2008 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,48 +0,0 @@ -#!/usr/bin/make -f -# -*- makefile -*- -# Sample debian/rules that uses debhelper. -# This file was originally written by Joey Hess and Craig Small. -# As a special exception, when this file is copied by dh-make into a -# dh-make output file, you may use that output file without restriction. -# This special exception was added by Craig Small in version 0.37 of dh-make. - -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 - - -build: - -clean: - dh_testdir - dh_testroot - dh_clean - -install: - dh_testdir - dh_testroot - dh_installdirs - - # Add here commands to install the package into debian/genwebgallery. - $(MAKE) DESTDIR=$(CURDIR)/debian/genwebgallery install - - -# Build architecture-independent files here. -binary-indep: install - dh_testdir - dh_testroot - dh_installchangelogs ChangeLog - dh_installdocs - dh_installman - dh_compress - dh_fixperms - dh_installdeb - dh_gencontrol - dh_md5sums - dh_builddeb - -# Build architecture-dependent files here. -binary-arch: - -binary: binary-indep binary-arch - -.PHONY: build clean binary-indep binary-arch binary install configure diff -r 42bf012f6045 -r 5337b8aee2d6 debian/watch --- a/debian/watch Thu Jun 05 21:05:02 2008 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,3 +0,0 @@ -version=3 - -http://prog.marmaro.de/genwebgallery/genwebgallery-(.*)\.tar\.gz