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 wrap: on
line diff
--- 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 <meillo@marmaro.de>  Mon, 12 May 2008 20:23:03 +0200
--- 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
--- 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 <meillo@marmaro.de>
-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.
--- 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 <meillo@marmaro.de>
-Debianized-Date: Mon, 12 May 2008 15:57:47 +0200
-Original-Source: http://prog.marmaro.de/genwebgallery
-
-Files: *
-Copyright: 2007, 2008 by markus schnalke <meillo@marmaro.de>
-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.
--- 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
--- 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