[pinto] 01/05: Removed systemd.

Oleg Gashev oleg at gashev.net
Thu Oct 17 21:18:48 UTC 2013


This is an automated email from the git hooks/post-receive script.

gashev-guest pushed a commit to branch master
in repository pinto.

commit 3b7755e4b258e3de9a3081f4c65661c948b26499
Author: Oleg Gashev <oleg at gashev.net>
Date:   Thu Oct 17 15:20:21 2013 -0400

    Removed systemd.
---
 debian/control       |    1 -
 debian/pinto.service |   14 --------------
 debian/rules         |    2 +-
 3 files changed, 1 insertion(+), 16 deletions(-)

diff --git a/debian/control b/debian/control
index 7c9ce0f..cfe9e5f 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,6 @@ Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Oleg Gashev <oleg at gashev.net>
 Build-Depends: debhelper (>= 8),
- dh-systemd,
  libmodule-build-perl (>= 0.400500) | perl (>= 5.19.1)
 Build-Depends-Indep: cpanminus (>= 1.6916),
  libapache-htpasswd-perl,
diff --git a/debian/pinto.service b/debian/pinto.service
deleted file mode 100644
index 1b939ea..0000000
--- a/debian/pinto.service
+++ /dev/null
@@ -1,14 +0,0 @@
-[Unit]
-Description=Web interface to a Pinto repository
-After=network.target remote-fs.target
-Documentation=man:pintod(1p)
-Documentation=https://metacpan.org/release/Pinto
-
-[Service]
-ExecStart=/usr/bin/pintod --root=/var/lib/pinto/repository/default/ --auth backend=Passwd --auth path=/etc/pinto/htpasswd.users --access-log=/var/log/pinto/access.log --error-log=/var/log/pinto/error.log
-User=pinto
-Group=pinto
-PrivateTmp=yes
-
-[Install]
-WantedBy=multi-user.target
diff --git a/debian/rules b/debian/rules
index 8d2bab8..47368db 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with=systemd
+	dh $@
 
 override_dh_auto_test:
 	http_proxy= dh_auto_test

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/pinto.git



More information about the Pkg-perl-cvs-commits mailing list