[Git][debian-proftpd-team/proftpd-mod-tar][master] Normalize debian/*, mostly white space
Hilmar Preuße
gitlab at salsa.debian.org
Thu May 3 18:43:34 BST 2018
Hilmar Preuße pushed to branch master at Debian ProFTPD Team / proftpd-mod-tar
Commits:
bf132dce by Hilmar Preuße at 2018-05-03T19:43:25+02:00
Normalize debian/*, mostly white space
- - - - -
2 changed files:
- debian/copyright
- debian/rules
Changes:
=====================================
debian/copyright
=====================================
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,7 @@ Upstream-Contact: TJ Saunders
Source: http://www.castaglia.org/proftpd/modules/mod_tar.html
Files: *
-Copyright: 2007-2010, TJ Saunders
+Copyright: 2007-2010, TJ Saunders
License: GPL-2+
License: GPL-2+
=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -2,25 +2,23 @@
# -*- makefile -*-
export DH_VERBOSE=1
-VERSION=$(shell grep PROFTPD_VERSION_TEXT /usr/include/proftpd/version.h|cut -d\" -f2)
MODULE_NAME=mod_tar
DEBNAME=proftpd-mod-tar
%:
- dh $@ --without python-support
+ dh $@
override_dh_auto_build:
DESTDIR=$(CURDIR)/debian/$(DEBNAME) prxs -c $(MODULE_NAME).c
-
+
override_dh_auto_install:
DESTDIR=$(CURDIR)/debian/$(DEBNAME) prxs -i -c $(MODULE_NAME).c
rm -f $(CURDIR)/debian/$(DEBNAME)/usr/lib/proftpd/*.la \
$(CURDIR)/debian/$(DEBNAME)/usr/lib/proftpd/*.a
-
override_dh_gencontrol:
- cat /usr/share/proftpd/proftpd-substvars >>$(CURDIR)/debian/$(DEBNAME).substvars
+ cat /usr/share/proftpd/proftpd-substvars >> $(CURDIR)/debian/$(DEBNAME).substvars
dh_gencontrol
override_dh_auto_clean:
- DESTDIR=$(CURDIR)/debian/$(DEBNAME) prxs -d $(MODULE_NAME).c
\ No newline at end of file
+ DESTDIR=$(CURDIR)/debian/$(DEBNAME) prxs -d $(MODULE_NAME).c
View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd-mod-tar/commit/bf132dce393d0804a289d062fe741f3a2514027b
---
View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd-mod-tar/commit/bf132dce393d0804a289d062fe741f3a2514027b
You're receiving this email because of your account on salsa.debian.org.
More information about the Pkg-proftpd-maintainers
mailing list