~dobey/gpuplotgenerator/packaging-dailies

« back to all changes in this revision

Viewing changes to rules

  • Committer: Rodney Dawes
  • Date: 2015-05-13 18:15:18 UTC
  • Revision ID: dobey@wayofthemonkey.com-20150513181518-shq9uk0q6jm2c3jn
Daily packaging for gpuPlotGenerator.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/make -f
 
2
 
 
3
# Uncomment this to turn on verbose mode.
 
4
export DH_VERBOSE=1
 
5
export DPKG_EXPORT_BUILDFLAGS = 1
 
6
include /usr/share/dpkg/buildflags.mk
 
7
 
 
8
%:
 
9
        dh $@
 
10