From 07e4745a5809444e849731e6d537e12b4517c905 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Fri, 14 Oct 2011 21:17:29 +0000 Subject: [PATCH] [svn-buildpackage] Tagging libapache-gallery-perl 1.0.1-3 git-svn-id: file:///srv/don_svn/deb_pkgs/libapache-gallery-perl/tags/1.0.1-3@591 8f7917da-ec0b-0410-a553-b9b0e350d17e --- debian/changelog | 9 ++++++++- templates/default/navdirectory.tpl | 6 ++++++ templates/new/navdirectory.tpl | 6 ++++++ 3 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 templates/default/navdirectory.tpl create mode 100644 templates/new/navdirectory.tpl diff --git a/debian/changelog b/debian/changelog index 873428b..06e6b5b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libapache-gallery-perl (1.0.1-3) unstable; urgency=low + + * Include default/navdirectory.tpl and new/navdirectory.tpl by copying + from the bright template (Closes: #645356). + + -- Don Armstrong Fri, 14 Oct 2011 14:04:25 -0700 + libapache-gallery-perl (1.0.1-2) unstable; urgency=low * Fix maintainer address @@ -8,7 +15,7 @@ libapache-gallery-perl (1.0.1-1) unstable; urgency=low * New upstream release * Change underscores to spaces for images too (Closes: #348724). Thanks - to Francesco Portorti and Luca Capello. + to Francesco Potorti and Luca Capello. * Allow txt files to be used as plain files (Closes: #423004); include icons which are now upstream. Thanks to Luca Capello. diff --git a/templates/default/navdirectory.tpl b/templates/default/navdirectory.tpl new file mode 100644 index 0000000..d7a1175 --- /dev/null +++ b/templates/default/navdirectory.tpl @@ -0,0 +1,6 @@ + +
+ { $LINK_NAME } + { $DIR_FILES } +
+ diff --git a/templates/new/navdirectory.tpl b/templates/new/navdirectory.tpl new file mode 100644 index 0000000..d7a1175 --- /dev/null +++ b/templates/new/navdirectory.tpl @@ -0,0 +1,6 @@ + +
+ { $LINK_NAME } + { $DIR_FILES } +
+ -- 2.39.5