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

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

revision 94 by achadwick, Sun Feb 8 22:52:48 2009 UTC revision 95 by achadwick, Wed Feb 18 00:45:06 2009 UTC
# Line 35  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          VERSION_PREFIX=`debian/parse-changelog prefix $(TRUNK_VERSION)`  \          VERSION_PREFIX=`perl debian/parse-changelog prefix $(TRUNK_VERSION)`  \
39            VERSION_SUFFIX=`debian/parse-changelog suffix $(TRUNK_VERSION)`  \            VERSION_SUFFIX=`perl debian/parse-changelog suffix $(TRUNK_VERSION)`  \
40            $(MAKE) -f Makefile.maemo            $(MAKE) -f Makefile.maemo
41          #docbook-to-man debian/osm2go.sgml > osm2go.1          #docbook-to-man debian/osm2go.sgml > osm2go.1
42    

Legend:
Removed from v.94  
changed lines
  Added in v.95