Comment 4 for bug 1071779

Revision history for this message
Iain McNulty (iainmcnulty) wrote :

I have run:

sudo apt-get build-dep software-center python-debtagshw

and downloaded the source package to see if I could install it manually but have failed thus far.

The package uses `autoconf configure.ac` and then `make` but I can't seem to get a satisfactory result. Then ran `sudo make install `:

Making install in doc
make[1]: Entering directory `/home/nul/debtags-1.9+git20120320/doc'
make[2]: Entering directory `/home/nul/debtags-1.9+git20120320/doc'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/nul/debtags-1.9+git20120320/doc'
make[1]: Leaving directory `/home/nul/debtags-1.9+git20120320/doc'
Making install in .
make[1]: Entering directory `/home/nul/debtags-1.9+git20120320'
make[2]: Entering directory `/home/nul/debtags-1.9+git20120320'
test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
  /bin/bash ./libtool --mode=install /usr/bin/install -c debtags '/usr/local/bin'
libtool: install: /usr/bin/install -c debtags /usr/local/bin/debtags
test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
 /usr/bin/install -c debtags-submit-patch debtags-fetch '/usr/local/bin'
test -z "/usr/local/etc/debtags" || /bin/mkdir -p "/usr/local/etc/debtags"
 /usr/bin/install -c -m 644 sources.list '/usr/local/etc/debtags'
test -z "/usr/local/etc/debtags/sources.list.d" || /bin/mkdir -p "/usr/local/etc/debtags/sources.list.d"
 /usr/bin/install -c -m 644 source-example '/usr/local/etc/debtags/sources.list.d'
install -d -o root -g root -m 0755 /usr/local/etc/bash_completion.d
/usr/bin/install -c -m 644 bash-completion /usr/local/etc/bash_completion.d/debtags
test -z "/usr/local/share/man/man1" || /bin/mkdir -p "/usr/local/share/man/man1"
 /usr/bin/install -c -m 644 debtags.1 debtags-submit-patch.1 debtags-fetch.1 '/usr/local/share/man/man1'
test -z "/usr/local/share/debtags" || /bin/mkdir -p "/usr/local/share/debtags"
 /usr/bin/install -c -m 644 vocabulary tags-current.gz '/usr/local/share/debtags'
make[2]: Leaving directory `/home/nul/debtags-1.9+git20120320'
make[1]: Leaving directory `/home/nul/debtags-1.9+git20120320'

I will restart the computer to see if this takes effect