Package: tagtool
Version: 0.12.3-3
Severity: normal
Usertags: origin-ubuntu gutsy hardy
Hi,
We have received a bug report about tagtool in ubuntu:
https://bugs.launchpad.net/ubuntu/hardy/+source/tagtool/+bug/160152
After some investigations we have found a solution to both problems, that we
would like to submit to you too.
I'm attaching a summary patch to this email for your consideration.
Many thanks,
Cesare
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
@@ -65,6 +65,7 @@
dh_installmenu
dh_installman debian/tagtool.1
dh_link
+ dh_icons
dh_strip
dh_compress
dh_fixperms