diff -u tagtool-0.12.3/debian/control tagtool-0.12.3/debian/control --- tagtool-0.12.3/debian/control +++ tagtool-0.12.3/debian/control @@ -1,7 +1,8 @@ Source: tagtool Section: sound Priority: optional -Maintainer: Kartik Mistry +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Kartik Mistry Build-Depends: debhelper (>= 5), dpatch, libid3-3.8.3-dev, libglade2-dev, libvorbis-dev, libxml-parser-perl Standards-Version: 3.7.2 diff -u tagtool-0.12.3/debian/changelog tagtool-0.12.3/debian/changelog --- tagtool-0.12.3/debian/changelog +++ tagtool-0.12.3/debian/changelog @@ -1,3 +1,13 @@ +tagtool (0.12.3-2ubuntu0.1) gutsy-proposed; urgency=low + + * Fix application not using translations (LP: #160152): + - debian/rules: add explicitely the option --datadir=\$${prefix}/share + to the ./configure call. + * Modify Maintainer value to match the DebianMaintainerField + specification. + + -- Cesare Tirabassi Sat, 17 Nov 2007 18:34:26 +0100 + tagtool (0.12.3-2) unstable; urgency=low * Updated debhelper compability to 5 diff -u tagtool-0.12.3/debian/rules tagtool-0.12.3/debian/rules --- tagtool-0.12.3/debian/rules +++ tagtool-0.12.3/debian/rules @@ -20,7 +20,7 @@ endif config.status: configure - ./configure $(confflags) --prefix=/usr + ./configure $(confflags) --prefix=/usr --datadir=\$${prefix}/share build: build-stamp build-stamp: config.status patch-stamp