Package: global
Version: 5.7.1-2
Followup-For: Bug #587489

I think this patch solves the problem.

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (800, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.38-2-686 (SMP w/1 CPU core)
Locale: LANG=de_AT.utf8, LC_CTYPE=de_AT.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages global depends on:
ii  dpkg                      1.16.0.2       Debian package management system
ii  install-info              4.13a.dfsg.1-6 Manage installed documentation in 
ii  libc6                     2.11.2-11      Embedded GNU C Library: Shared lib

global recommends no packages.

Versions of packages global suggests:
pn  apache | httpd                <none>     (no description available)
pn  doxygen                       <none>     (no description available)
ii  iceweasel [www-browser]       3.5.18-1   Web browser based on Firefox
pn  id-utils                      <none>     (no description available)
ii  w3m [www-browser]             0.5.3-2+b1 WWW browsable pager with excellent

-- no debconf information
diff -u -r global-5.7.1/debian/global.dirs global-5.7.1-patched//debian/global.dirs
--- global-5.7.1/debian/global.dirs	2011-05-09 17:37:11.000000000 +0200
+++ global-5.7.1-patched//debian/global.dirs	2011-05-09 16:49:27.000000000 +0200
@@ -2,4 +2,5 @@
 usr/lib/cgi-bin
 usr/share/man/man1
 usr/share/emacs/site-lisp/global
+usr/share/global/icons
 
--- global-5.7.1/debian/rules	2011-05-09 17:37:11.000000000 +0200
+++ global-5.7.1-patched//debian/rules	2011-05-09 17:32:08.000000000 +0200
@@ -44,6 +44,7 @@
 
 	$(MAKE) install-exec prefix=`pwd`/debian/$(package)/usr
 	$(MAKE) -C htags install-gtagsDATA prefix=$(CURDIR)/debian/$(package)/usr
+	$(MAKE) -C icons install-iconsDATA prefix=$(CURDIR)/debian/$(package)/usr
 	set -e; cd htmake \
 		&& $(MAKE) install \
 			DESTDIR=`pwd`/../debian/$(package)/usr \

Reply via email to