Changeset 207 for trunk


Ignore:
Timestamp:
Apr 29, 2018, 7:14:01 PM (6 years ago)
Author:
g7moreau
Message:
  • Add script and target in order to create Debian package
Location:
trunk/project-meta
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/project-meta/Makefile

    r201 r207  
    77COMPDIR=/etc/bash_completion.d
    88
    9 .PHONY: all install update sync upload stat help
     9.PHONY: all install update sync upload stat help pkg
    1010
    1111all:
     
    3838        cadaver --rcfile=cadaverrc
    3939
     40pkg: all
     41        ./make-package-debian
     42
    4043stat:
    4144        svn log|egrep '^r[[:digit:]]'|egrep -v '^r1[[:space:]]'|awk '{print $$3}'|sort|uniq -c                 |gnuplot -p -e 'set style fill solid 1.00 border 0; set style histogram; set style data histogram; set xtics rotate by 0; set style line 7 linetype 0 linecolor rgb "#222222"; set grid ytics linestyle 7; set xlabel "User contributor" font "bold"; set ylabel "Number of commit" font "bold"; plot "/dev/stdin" using 1:xticlabels(2) title "commit" linecolor rgb "#666666"'
     
    5053        @echo " * upload  : upload on public dav forge space"
    5154        @echo " * stat    : svn stat with gnuplot graph"
     55        @echo " * pkg     : build Debian package"
Note: See TracChangeset for help on using the changeset viewer.