Diff of /branches/ports/maemo/debian/rules

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

revision 62 by achadwick, Sun Feb 8 19:38:50 2009 UTC revision 63 by achadwick, Sun Feb 8 22:52:48 2009 UTC
# Line 27  configure-stamp: Line 27  configure-stamp:
27    
28          touch configure-stamp          touch configure-stamp
29    
30    -include version.mk
31    
32  build: build-stamp  build: build-stamp
33    
# Line 34  build-stamp: configure-stamp Line 35  build-stamp: configure-stamp
35          dh_testdir          dh_testdir
36    
37          # Add here commands to compile the package.          # Add here commands to compile the package.
38          $(MAKE) -f Makefile.maemo          VERSION_PREFIX=`debian/parse-changelog prefix $(TRUNK_VERSION)`  \
39              VERSION_SUFFIX=`debian/parse-changelog suffix $(TRUNK_VERSION)`  \
40              $(MAKE) -f Makefile.maemo
41          #docbook-to-man debian/osm2go.sgml > osm2go.1          #docbook-to-man debian/osm2go.sgml > osm2go.1
42    
43          touch $@          touch $@

Legend:
Removed from v.62  
changed lines
  Added in v.63