~filip-sohajek-deactivatedaccount/+junk/libsodium

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Filip Sohajek
  • Date: 2014-08-29 13:46:26 UTC
  • Revision ID: filip.sohajek@gmail.com-20140829134626-5mg1rd9xdobmvnd0
Initial release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/make -f
 
2
# -*- makefile -*-
 
3
 
 
4
# Uncomment this to turn on verbose mode.
 
5
#export DH_VERBOSE=1
 
6
 
 
7
%:
 
8
        dh $@  --with autotools-dev     
 
9
 
 
10
debian/%.install: debian/%.install.in
 
11
        sed 's/@DEB_HOST_MULTIARCH@/$(DEB_HOST_MULTIARCH)/g' $< > $@