~ubuntu-branches/ubuntu/trusty/primesense-nite-nonfree/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Hans-Christoph Steiner
  • Date: 2013-05-21 13:22:39 UTC
  • Revision ID: package-import@ubuntu.com-20130521132239-1ug1sytr3yysps5p
Tags: 0.1
First release (Closes: #628402)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/make -f
 
2
 
 
3
PKG=nite
 
4
SCPDEST="kalfa@ravel.debian.org:/home/kalfa/public_html/primesense-nonfree"
 
5
 
 
6
include /usr/share/cdbs/1/rules/debhelper.mk
 
7
 
 
8
publish-checksums:
 
9
        #for a in i386 amd64 ; do gpg --default-key 3B5821CC --armor --clearsign < ${PKG}.sha512.$$a.txt > ${PKG}.sha512.$$a.pgp.asc ; done
 
10
        ##cp ${PKG}.sha512.*.pgp.asc /var/www/flashplugin-nonfree/
 
11
        #scp ${PKG}.sha512.*.pgp.asc ${SCPDEST}
 
12
        #rm -f ${PKG}.sha512.*.pgp.asc
 
13