From 5e39f2504d914454f14ef27aa2c1a567c2148d14 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Sun, 9 Nov 2008 20:17:13 +0000 Subject: [PATCH] Update to policy version 3.8.0 Add README.source. Add Homepage field. Use packaged prototype.js instead of a private copy. --- debian/README.source | 4 ++++ debian/changelog | 4 ++++ debian/control | 5 +++-- debian/rules | 3 ++- 4 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 debian/README.source diff --git a/debian/README.source b/debian/README.source new file mode 100644 index 0000000..0936828 --- /dev/null +++ b/debian/README.source @@ -0,0 +1,4 @@ +Changes to upstream source are organised as a quilt patch series. + +Run debian/rules patch to apply all patches and debian/rules unpatch +to remove them. See the quilt documentation for more information. diff --git a/debian/changelog b/debian/changelog index 7a7e5c5..64c5fee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,10 @@ memories (1.2+svn20070808-1) unstable; urgency=low * New upstream snapshot * Stop ignoring errors in maintainer scripts + * Update policy version to 3.8.0: + - Add README.source + - Add Homepage field + - Use packaged prototype.js instead of a private copy -- Ben Hutchings Sun, 09 Nov 2008 16:37:02 +0000 diff --git a/debian/control b/debian/control index b82dc27..cfdd1dc 100644 --- a/debian/control +++ b/debian/control @@ -4,14 +4,15 @@ Section: web Priority: extra Build-Depends: debhelper (>= 4), quilt Build-Depends-Indep: perl (>= 5.6.0-16) -Standards-Version: 3.7.2 +Standards-Version: 3.8.0 Package: memories Architecture: all -Depends: ${perl:Depends}, libapache-session-perl, libcache-cache-perl, libcalendar-simple-perl, libclass-dbi-mysql-perl, libclass-dbi-perl, libclass-dbi-plugin-pager-perl, libdbd-mysql-perl, libhtml-tagcloud-perl, libimage-exiftool-perl, libimage-imlib2-perl, libimage-info-perl, libmaypole-perl (>= 2.11+2.111-2), libmaypole-plugin-authentication-usersessioncookie-perl, libmaypole-plugin-upload-perl (>= 0.02-4), libtime-piece-perl, libxml-rss-perl +Depends: ${perl:Depends}, libapache-session-perl, libcache-cache-perl, libcalendar-simple-perl, libclass-dbi-mysql-perl, libclass-dbi-perl, libclass-dbi-plugin-pager-perl, libdbd-mysql-perl, libhtml-tagcloud-perl, libimage-exiftool-perl, libimage-imlib2-perl, libimage-info-perl, libmaypole-perl (>= 2.11+2.111-2), libmaypole-plugin-authentication-usersessioncookie-perl, libmaypole-plugin-upload-perl (>= 0.02-4), libtime-piece-perl, libxml-rss-perl, libjs-prototype Recommends: apache2, libapache2-mod-perl2, libapache2-request-perl Description: a web-based photo sharing application Memories allows multiple users to browse and share photos. Each user's photos can be seen in blog format or as albums. Each photo can be tagged with names, places, and other descriptive terms, and found through these tags. +Homepage: http://dev.simon-cozens.org/memories diff --git a/debian/rules b/debian/rules index dddb034..4c46932 100755 --- a/debian/rules +++ b/debian/rules @@ -17,7 +17,8 @@ binary-indep : install -m 644 Memories/Config.pm.example debian/memories/etc/memories/Config.pm dh_install debian/apache.conf etc/memories/ dh_install memories.sql templates usr/share/memories/ - rm -f debian/memories/usr/share/memories/templates/header.orig + rm -f debian/memories/usr/share/memories/templates/header.orig \ + debian/memories/usr/share/memories/templates/static/prototype.js chown www-data:www-data debian/memories/var/lib/memories/session* chmod 770 debian/memories/var/lib/memories/session* install -m 644 debian/lintian-overrides debian/memories/usr/share/lintian/overrides/memories -- 2.39.2