[Git][debian-proftpd-team/proftpd-mod-counter][master] Normalize debian/* files
Hilmar Preuße
gitlab at salsa.debian.org
Thu May 3 16:50:41 BST 2018
Hilmar Preuße pushed to branch master at Debian ProFTPD Team / proftpd-mod-counter
Commits:
dc5e2a20 by Hilmar Preuße at 2018-05-03T17:50:33+02:00
Normalize debian/* files
- - - - -
3 changed files:
- debian/copyright
- debian/docs
- debian/rules
Changes:
=====================================
debian/copyright
=====================================
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=202
+Format: http://dep.debian.net/deps/dep5/
Upstream-Name: mod_counter
Upstream-Contact: TJ Saunders
Source: http://www.castaglia.org/proftpd/modules/mod_counter.html
@@ -7,10 +7,6 @@ Files: *
Copyright: 2004-2010, TJ Saunders
License: GPL-2+
-Files: debian/*
-Copyright: 2011, Mahyuddin Susanto <udienz at ubuntu.com>
-License: GPL-2+
-
License: GPL-2+
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -27,3 +23,7 @@ License: GPL-2+
.
On Debian systems, the complete text of the GNU General
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+
+Files: debian/*
+Copyright: 2011, Mahyuddin Susanto <udienz at ubuntu.com>
+License: GPL-2+
=====================================
debian/docs
=====================================
--- a/debian/docs
+++ b/debian/docs
@@ -1,2 +1,2 @@
mod_counter.html
-README.md
\ No newline at end of file
+README.md
=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -5,20 +5,19 @@ MODULE_NAME=mod_counter
DEBNAME=proftpd-mod-counter
%:
- 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
+ $(CURDIR)/debian/$(DEBNAME)/usr/lib/proftpd/*.a
override_dh_gencontrol:
cat /usr/share/proftpd/proftpd-substvars >> $(CURDIR)/debian/$(DEBNAME).substvars
dh_gencontrol
-override_dh_clean:
+override_dh_auto_clean:
DESTDIR=$(CURDIR)/debian/$(DEBNAME) prxs -d $(MODULE_NAME).c
- dh_clean
View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd-mod-counter/commit/dc5e2a208eaed8d1f5d51934a7298b87f9d3f4c1
---
View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd-mod-counter/commit/dc5e2a208eaed8d1f5d51934a7298b87f9d3f4c1
You're receiving this email because of your account on salsa.debian.org.
More information about the Pkg-proftpd-maintainers
mailing list