~ubuntu-branches/debian/sid/apt-dater/sid

« back to all changes in this revision

Viewing changes to clients/debian/Makefile

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2014-10-29 17:40:07 UTC
  • mfrom: (1.2.1) (33.1.5 experimental)
  • Revision ID: package-import@ubuntu.com-20141029174007-hlqaj5gfr40jincg
Tags: 1.0.0-1
* New upstream release.
* Uploading to unstable.
* Remove po/stamp-po in debian/clean to allow building twice in a row.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
clean:
2
 
        
3
 
 
4
 
install:
5
 
        mkdir -p $(DESTDIR)/usr/bin
6
 
        cp apt-dater-host $(DESTDIR)/usr/bin
7
 
        
8
 
        mkdir -p $(DESTDIR)/etc
9
 
        cp apt-dater-host.conf $(DESTDIR)/etc
10
 
        
11
 
        mkdir -p $(DESTDIR)/etc/kernel/postinst.d
12
 
        cp scripts/apt-dater-host_reboot $(DESTDIR)/etc/kernel/postinst.d
13
 
        
14
 
        mkdir -p $(DESTDIR)/etc/apt/apt.conf.d
15
 
        cp scripts/99apt-dater-host_periodic $(DESTDIR)/etc/apt/apt.conf.d