~ubuntu-branches/ubuntu/trusty/vsftpd/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Lorenzo De Liso
  • Date: 2012-12-18 19:59:37 UTC
  • mfrom: (2.3.22 sid)
  • Revision ID: package-import@ubuntu.com-20121218195937-xiwdrfndhhvv87s0
Tags: 3.0.2-1ubuntu1
* Merge from debian unstable (LP: #1092076), remaining changes:
  - Use snakeoil SSL certificates and key.
  - debian/rules, debian/vsftpd.upstart: migrate vsftpd to upstart.
  - Add apport hook:
    + debian/vsftpd.apport: Added.
    + debian/control: Build-depends on dh-apport.
    + debian/rules: Add --with apport.
  - Add debian/watch file.
  - debian/patches/09-disable-anonymous.patch: Disable anonymous login by 
    default.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
        $(MAKE) CFLAGS="$(CFLAGS) $(CPPFLAGS)" LIBS="$(LIBS)" LINK=""
17
17
 
18
18
override_dh_auto_install:
19
 
        # disabled
 
19
        # auto-install disabled
 
20
 
 
21
        # systemd
 
22
        mkdir -p debian/vsftpd/etc/systemd/system
 
23
        cp debian/vsftpd.systemd debian/vsftpd/etc/systemd/system/vsftpd.service
20
24
 
21
25
override_dh_installinit:
22
26
        dh_installinit --update-rcd-params='start 20 2 3 4 5 . stop 80 1 .'
23
27
 
24
28
override_dh_builddeb:
25
 
        dh_builddeb -- -Zgzip -z9
 
29
        dh_builddeb -- -Zxz -z9