diff options
| author | Paul Buetow <paul@buetow.org> | 2021-01-24 14:38:25 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2021-01-24 14:38:25 +0000 |
| commit | afcef00afe30374790ff8b2494ed46e7ffa3b19e (patch) | |
| tree | 00586b45186841f5d286399340a791a9a9745824 /debian | |
| parent | 7d074646f4f6ddfc7bffaca4c83a7574c35b8cf9 (diff) | |
prepare next release0.4.5
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/README | 7 | ||||
| -rw-r--r-- | debian/changelog | 95 | ||||
| -rw-r--r-- | debian/compat | 1 | ||||
| -rw-r--r-- | debian/control | 15 | ||||
| -rw-r--r-- | debian/copyright | 28 | ||||
| -rw-r--r-- | debian/photoalbum.debhelper.log | 45 | ||||
| -rw-r--r-- | debian/photoalbum.manpages | 1 | ||||
| -rwxr-xr-x | debian/rules | 13 |
8 files changed, 0 insertions, 205 deletions
diff --git a/debian/README b/debian/README deleted file mode 100644 index b0eda5d..0000000 --- a/debian/README +++ /dev/null @@ -1,7 +0,0 @@ -The Debian Package photoalbum ----------------------------- - -This is just a hobby project. Not sure if everything meets the debian -policy though. - - -- Paul Buetow <paul@buetow.org> Fri, 27 Dec 2013 15:23:53 +0200 diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index 39a53d6..0000000 --- a/debian/changelog +++ /dev/null @@ -1,95 +0,0 @@ -photoalbum (0.4.4) stable; urgency=low - - * Add README.pod for Github page - - -- Paul Buetow <paul@buetow.org> Sun, 22 Jun 2014 11:38:14 +0200 - -photoalbum (0.4.3) stable; urgency=low - - * Merge - - -- Paul Buetow <paul@buetow.org> Sat, 14 Jun 2014 14:46:53 +0200 - -photoalbum (0.4.2) stable; urgency=low - - * Add Package for Debian Jessie - - -- Paul Buetow <paul@buetow.org> Sat, 14 Jun 2014 14:45:57 +0200 - -photoalbum (0.4.1) stable; urgency=low - - * Fix the version string - - -- Paul Buetow <paul@buetow.org> Tue, 13 May 2014 22:16:57 +0200 - -photoalbum (0.4.0) stable; urgency=low - - * Support of sub-albums including album overview page - * Add makemake argument - * Remove all argument - * Dont scale image if destination already exists - * Major refactoring of the bash code - - -- Paul Buetow <paul@buetow.org> Tue, 13 May 2014 22:09:28 +0200 - -photoalbum (0.3.1develop) stable; urgency=low - - * Dev version - - -- Paul Buetow <paul@buetow.org> Wed, 07 May 2014 14:58:51 +0200 - -photoalbum (0.3.0) stable; urgency=low - - * Add another template set: minimal - * Add possibility to specify a custom config file (rcfile) path - * Minor bugfixing - - -- Paul Buetow <paul@buetow.org> Sun, 16 Feb 2014 12:34:45 +0100 - -photoalbum (0.2.3) stable; urgency=low - - * Tarballs do have the extension .tar and not ..tar - * Images do have the file name $NAME.$TYPE and not just $NAME$TYPE - * Fix the version string - - -- Paul Buetow <paul@buetow.org> Sat, 11 Jan 2014 13:42:44 +0100 - -photoalbum (0.2.2) stable; urgency=low - - * Some cosmetic source code fixes - - -- Paul Buetow <paul@buetow.org> Sat, 11 Jan 2014 13:22:15 +0100 - -photoalbum (0.2.1) stable; urgency=low - - * Re-tagging due to some irritation - - -- Paul Buetow <paul@buetow.org> Sat, 11 Jan 2014 12:35:16 +0100 - -photoalbum (0.2.0) stable; urgency=low - - * Add support for tarball-inclusion - - * Bugfix: Remove the __ prefix from the image files - - -- Paul Buetow <paul@buetow.org> Fri, 03 Jan 2014 23:14:47 +0100 - -photoalbum (0.1.2) stable; urgency=low - - * add copyright header - - * remove obsolete changelog entry - - -- Paul Buetow <paul@buetow.org> Sun, 29 Dec 2013 17:39:32 +0100 - -photoalbum (0.1.1) stable; urgency=low - - * fix the version string - - -- Paul Buetow <paul@buetow.org> Sun, 29 Dec 2013 15:39:32 +0100 - -photoalbum (0.1.0) stable; urgency=low - - * initial version with a debian package which actually works. - - -- Paul Buetow <paul@buetow.org> Sun, 29 Dec 2013 15:19:49 +0100 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index 45a4fb7..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -8 diff --git a/debian/control b/debian/control deleted file mode 100644 index 3f24573..0000000 --- a/debian/control +++ /dev/null @@ -1,15 +0,0 @@ -Source: photoalbum -Section: utils -Priority: optional -Maintainer: Paul Buetow <paul@buetow.org> -Build-Depends: perl, make -Standards-Version: 3.9.2 -Homepage: http://photoalbum.buetow.org -Vcs-Git: https://github.com/snonux/photoalbum.git -Vcs-Browser: https://github.com/snonux/photoalbum - -Package: photoalbum -Architecture: all -Depends: ${shlibs:Depends} -Description: A tiny Bash script to build a static photo album. - Simple. diff --git a/debian/copyright b/debian/copyright deleted file mode 100644 index 9f32793..0000000 --- a/debian/copyright +++ /dev/null @@ -1,28 +0,0 @@ -Format: http://dep.debian.net/deps/dep5 -Upstream-Name: photoalbum -Source: http://photoalbum.buetow.org - -Files: * -Copyright: 2012 Paul Buetow <paul@buetow.org> -License: GPL-3.0+ - -Files: debian/* -Copyright: 2012 Paul Buetow <paul@buetow.org> -License: GPL-3.0+ - -License: GPL-3.0+ - 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 3 of the License, or - (at your option) any later version. - . - This package 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 <http://www.gnu.org/licenses/>. - . - On Debian systems, the complete text of the GNU General - Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". diff --git a/debian/photoalbum.debhelper.log b/debian/photoalbum.debhelper.log deleted file mode 100644 index 545a50f..0000000 --- a/debian/photoalbum.debhelper.log +++ /dev/null @@ -1,45 +0,0 @@ -dh_auto_configure -dh_auto_build -dh_auto_test -dh_prep -dh_installdirs -dh_auto_install -dh_install -dh_installdocs -dh_installchangelogs -dh_installexamples -dh_installman -dh_installcatalogs -dh_installcron -dh_installdebconf -dh_installemacsen -dh_installifupdown -dh_installinfo -dh_pysupport -dh_installinit -dh_installmenu -dh_installmime -dh_installmodules -dh_installlogcheck -dh_installlogrotate -dh_installpam -dh_installppp -dh_installudev -dh_installwm -dh_installxfonts -dh_installgsettings -dh_bugfiles -dh_ucf -dh_lintian -dh_gconf -dh_icons -dh_perl -dh_usrlocal -dh_link -dh_compress -dh_fixperms -dh_installdeb -dh_gencontrol -dh_md5sums -dh_builddeb -dh_builddeb diff --git a/debian/photoalbum.manpages b/debian/photoalbum.manpages deleted file mode 100644 index e232aca..0000000 --- a/debian/photoalbum.manpages +++ /dev/null @@ -1 +0,0 @@ -docs/photoalbum.1 diff --git a/debian/rules b/debian/rules deleted file mode 100755 index b760bee..0000000 --- a/debian/rules +++ /dev/null @@ -1,13 +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 - -%: - dh $@ |
