r199@frost: data | 2005-10-07 21:17:07 +0300
authordata <data@a0fa61bc-5347-0410-a1a9-7f54aa4e1825>
Fri, 7 Oct 2005 18:17:16 +0000 (18:17 +0000)
committerdata <data@a0fa61bc-5347-0410-a1a9-7f54aa4e1825>
Fri, 7 Oct 2005 18:17:16 +0000 (18:17 +0000)
 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
debian/control
debian/rules

index a77c600..a9f1105 100644 (file)
@@ -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 <jesus.climent@hispalinux.es>  Fri,  7 Oct 2005 00:59:07 +0300
+ -- Jesus Climent <jesus.climent@hispalinux.es>  Fri,  7 Oct 2005 21:13:12 +0300
 
 abcde (2.3.4-1) unstable; urgency=low
 
index 77fb970..f6604c5 100644 (file)
@@ -2,7 +2,7 @@ Source: abcde
 Section: sound
 Priority: optional
 Maintainer: Jesus Climent <jesus.climent@hispalinux.es>
-Standards-Version: 3.6.2
+Standards-Version: 3.6.2.1
 Build-Depends: debhelper
 
 Package: abcde
index dab13e5..3303ad8 100755 (executable)
@@ -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