/[xlog]/xlog/debian/rules
ViewVC logotype

Diff of /xlog/debian/rules

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11 by pa4tu, Thu Jun 9 20:23:10 2005 UTC revision 1.12 by pa4tu, Fri Jun 10 10:45:35 2005 UTC
# Line 7  package=xlog Line 7  package=xlog
7  build:  build:
8          $(checkdir)          $(checkdir)
9    
         UPDATE_DESKTOP_DATABASE=/bin/true \  
10          ./configure \          ./configure \
11                  --prefix=/usr \                  --prefix=/usr \
12                  --enable-hamlib \                  --enable-hamlib \
13                  --mandir=/usr/share/man \                  --mandir=/usr/share/man
                 --enable-desktop-update \  
                 --enable-mime-update  
14    
15          $(MAKE) CFLAGS="-O2 -g -Wall"          $(MAKE) CFLAGS="-O2 -g -Wall"
16          touch build          touch build
# Line 42  binary-arch: checkroot build Line 39  binary-arch: checkroot build
39          install -d debian/tmp          install -d debian/tmp
40          cd debian/tmp && install -d `cat ../dirs`          cd debian/tmp && install -d `cat ../dirs`
41          $(MAKE) install DESTDIR=`pwd`/debian/tmp          $(MAKE) install DESTDIR=`pwd`/debian/tmp
         find debian/tmp/usr/share/mime -type f -a ! -name xlog.xml | xargs rm -fv  
         find debian/tmp/usr/share/mime -type d | xargs rmdir --ignore-fail-on-non-empty  
42  # Must have debmake installed for this to work. Otherwise please copy  # Must have debmake installed for this to work. Otherwise please copy
43  # /usr/bin/debstd into the debian directory and change debstd to debian/debstd  # /usr/bin/debstd into the debian directory and change debstd to debian/debstd
44          debstd -m          debstd -m

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26