~ubuntu-branches/ubuntu/trusty/gitosis/trusty

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2008-07-16 08:49:00 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080716084900-v1rvh31w1ojod85d
Tags: 0.2+20080626-2
* Moving gitosis home directory from /var/cache/gitosis to /srv/gitosis
  (Closes: #488600).
* Conditionally setting owner of /var/cache/gitosis (Closes: #491501).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
2
2
 
 
3
include /usr/share/dpatch/dpatch.make
 
4
 
3
5
DATE=$(shell date +%Y%m%d)
4
6
VERSION=0.2
5
7
 
15
17
 
16
18
        tar cfz ../gitosis_$(VERSION)+$(DATE).orig.tar.gz ../gitosis-$(VERSION)+$(DATE)
17
19
 
18
 
clean:
 
20
clean: unpatch
19
21
        dh_testdir
20
22
        dh_testroot
21
23
 
26
28
 
27
29
build:
28
30
 
29
 
install:
 
31
install: patch
30
32
        dh_testdir
31
33
        dh_testroot
32
34
        dh_clean -k