~ubuntu-branches/ubuntu/trusty/ntop/trusty

« back to all changes in this revision

Viewing changes to packages/Makefile.debian

  • Committer: Bazaar Package Importer
  • Author(s): Ola Lundqvist
  • Date: 2008-06-15 14:38:28 UTC
  • mfrom: (2.1.11 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080615143828-oalh84nda2hje4do
Tags: 3:3.3-11
Correction of Polish translation encoding, closes: #479490. Thanks
to Christian Perrier <bubulle@debian.org> for the help.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
all:
 
2
        @echo 
 
3
        @echo "************************************************************" 
 
4
        @echo "- Make sure you have installed the files under debian/tmp"
 
5
        @echo "************************************************************" 
 
6
        @echo 
 
7
        cd ../;make install     
 
8
        #cd ./debian/tmp; find usr -type d > ../dirs
 
9
        @find ./debian -name "*~" -exec /bin/rm {} ';' 
 
10
        dpkg-buildpackage -rfakeroot -d # -us -uc 
 
11
        @\rm -f ../ntop*dsc ../ntop*.gz ../ntop*changes 
 
12
        @/bin/mv ../ntop*deb . 
 
13
        @echo 
 
14
        @echo "Package built." 
 
15
        @/bin/ls ntop*deb 
 
16
        @echo "-------------------------------" 
 
17
        -dpkg --contents ntop*deb 
 
18
        @echo "-------------------------------"