From 84baf0b1bed52e82f4a7779c7f3ed24b97c5b906 Mon Sep 17 00:00:00 2001 From: data Date: Fri, 7 Oct 2005 18:17:16 +0000 Subject: [PATCH] r199@frost: data | 2005-10-07 21:17:07 +0300 Modified control (standards). Modified target directory under debian/rules (tmp -> abcde) to accomodate compat level 4. git-svn-id: http://abcde.googlecode.com/svn/trunk@142 a0fa61bc-5347-0410-a1a9-7f54aa4e1825 --- debian/changelog | 6 +++++- debian/control | 2 +- debian/rules | 8 ++++---- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index a77c600..a9f1105 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,8 +14,12 @@ abcde (2.3.99-1) unstable; urgency=low * Added replygain using the appropiate tags with Ogg/Vorbis and Ogg/FLAC. * Replaygain is an action, not a flag, since it can be performed individualy in the chain of events. + * debian/{rules,control}: + - Changed the target directory from tmp to abcde, to accomodate to compat + mode 4. + - Bump standards to 3.6.2.1. No changes needed. - -- Jesus Climent Fri, 7 Oct 2005 00:59:07 +0300 + -- Jesus Climent Fri, 7 Oct 2005 21:13:12 +0300 abcde (2.3.4-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 77fb970..f6604c5 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: abcde Section: sound Priority: optional Maintainer: Jesus Climent -Standards-Version: 3.6.2 +Standards-Version: 3.6.2.1 Build-Depends: debhelper Package: abcde diff --git a/debian/rules b/debian/rules index dab13e5..3303ad8 100755 --- a/debian/rules +++ b/debian/rules @@ -33,10 +33,10 @@ install-stamp: build-stamp dh_clean -k dh_installdirs - # Add here commands to install the package into debian/tmp. - $(MAKE) install DESTDIR=`pwd`/debian/tmp - install -d `pwd`/debian/tmp/usr/share/doc/abcde/examples - install -m 644 examples/* `pwd`/debian/tmp/usr/share/doc/abcde/examples + # Add here commands to install the package into debian/abcde. + $(MAKE) install DESTDIR=`pwd`/debian/abcde + install -d `pwd`/debian/abcde/usr/share/doc/abcde/examples + install -m 644 examples/* `pwd`/debian/abcde/usr/share/doc/abcde/examples touch install-stamp -- 2.20.1