Your message dated Sun, 18 Aug 2013 21:18:13 +0000
with message-id <[email protected]>
and subject line Bug#716810: fixed in apt-cacher-ng 0.7.17-1
has caused the Debian Bug report #716810,
regarding apt-cacher-ng: systemd support
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
716810: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=716810
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: apt-cacher-ng
Version: 0.7.13-1
Severity: wishlist

please include the fallowing patch which adds systemd support to apt-cacher-ng

-- Package-specific info:

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: armhf (armv7l)

Kernel: Linux 3.4.0 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages apt-cacher-ng depends on:
ii  adduser                3.113+nmu3
ii  debconf [debconf-2.0]  1.5.50
ii  dpkg                   1.16.10
ii  libbz2-1.0             1.0.6-4
ii  libc6                  2.17-7
ii  libgcc1                1:4.8.1-5
ii  liblzma5               5.1.1alpha+20120614-2
ii  libstdc++6             4.8.1-5
ii  libwrap0               7.6.q-24
ii  zlib1g                 1:1.2.8.dfsg-1

Versions of packages apt-cacher-ng recommends:
ii  avahi-daemon  0.6.31-2
ii  ed            1.9-1
ii  perl          5.14.2-21

Versions of packages apt-cacher-ng suggests:
ii  curl      7.31.0-2
pn  doc-base  <none>
ii  libfuse2  2.9.2-4
ii  wget      1.14-2

-- Configuration Files:
/etc/apt-cacher-ng/backends_debian changed:
http://cdn.debian.net/debian/
http://ftp.us.debian.org/debian/

/etc/apt-cacher-ng/security.conf [Errno 13] Permission denied: 
u'/etc/apt-cacher-ng/security.conf'

-- debconf information:
  apt-cacher-ng/gentargetmode: No automated setup
>From 4e2b887c500a549e9e72807c3535f6299f91284f Mon Sep 17 00:00:00 2001
From: Shawn Landden <[email protected]>
Date: Fri, 12 Jul 2013 16:41:57 -0700
Subject: [PATCH] add systemd apt-cacher-ng.service

---
 debian/apt-cacher-ng.service | 8 ++++++++
 debian/control               | 2 +-
 debian/rules                 | 2 ++
 3 files changed, 11 insertions(+), 1 deletion(-)
 create mode 100644 debian/apt-cacher-ng.service

diff --git a/debian/apt-cacher-ng.service b/debian/apt-cacher-ng.service
new file mode 100644
index 0000000..2c88c30
--- /dev/null
+++ b/debian/apt-cacher-ng.service
@@ -0,0 +1,8 @@
+[Unit]
+Description=Apt-Cacher NG package proxy
+
+[Service]
+ExecStart=/usr/sbin/apt-cacher-ng SocketPath=/var/run/apt-cacher-ng/socket ForeGround=1
+
+[Install]
+WantedBy=multi-user.target
diff --git a/debian/control b/debian/control
index 64a66f0..6eb37cf 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: apt-cacher-ng
 Section: net
 Priority: optional
 Maintainer: Eduard Bloch <[email protected]>
-Build-Depends: debhelper (>= 7.2.3), cmake (>= 2.6.2), libbz2-dev, zlib1g-dev, liblzma-dev, libfuse-dev [!hurd-i386], pkg-config, libwrap0-dev
+Build-Depends: debhelper (>= 7.2.3), cmake (>= 2.6.2), libbz2-dev, zlib1g-dev, liblzma-dev, libfuse-dev [!hurd-i386], pkg-config, libwrap0-dev, dh-systemd
 Build-Conflicts: binutils-gold
 Standards-Version: 3.9.3
 Homepage: http://www.unix-ag.uni-kl.de/~bloch/acng/
diff --git a/debian/rules b/debian/rules
index 5790895..de00d74 100755
--- a/debian/rules
+++ b/debian/rules
@@ -75,7 +75,9 @@ binary-arch: build-arch install
 	dh_installexamples conf/*.conf conf/debrep.hooks doc/000apt-cacher-ng-proxy contrib/*.conf
 	dh_installdebconf	
 	dh_installlogrotate
+	dh_systemd_enable
 	dh_installinit -- defaults 18
+	dh_systemd_start
 	dh_installcron
 	dh_installman doc/man/*.8
 	dh_bugfiles
-- 
1.8.3.2


--- End Message ---
--- Begin Message ---
Source: apt-cacher-ng
Source-Version: 0.7.17-1

We believe that the bug you reported is fixed in the latest version of
apt-cacher-ng, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Eduard Bloch <[email protected]> (supplier of updated apt-cacher-ng package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sun, 18 Aug 2013 23:09:40 +0200
Source: apt-cacher-ng
Binary: apt-cacher-ng
Architecture: source amd64
Version: 0.7.17-1
Distribution: unstable
Urgency: medium
Maintainer: Eduard Bloch <[email protected]>
Changed-By: Eduard Bloch <[email protected]>
Description: 
 apt-cacher-ng - caching proxy server for software repositories
Closes: 716810 719428
Changes: 
 apt-cacher-ng (0.7.17-1) unstable; urgency=medium
 .
   * New upstream version
   * Various meta changes, removed binutils-gold conflict (closes: #719428)
   * systemd service config integration (closes: #716810)
Checksums-Sha1: 
 d93728a20848d2e6d92f12f369345aeaa0c93cd2 1259 apt-cacher-ng_0.7.17-1.dsc
 bf213965884e789bedd584f9da4a2966015a392a 264752 
apt-cacher-ng_0.7.17.orig.tar.xz
 4962cc0ebebb3fa4b4fa2bc8e71eee46b976fb73 26564 
apt-cacher-ng_0.7.17-1.debian.tar.xz
 2b6f9430c91fda5455c196549fa9cf0272218076 420978 
apt-cacher-ng_0.7.17-1_amd64.deb
Checksums-Sha256: 
 ead24a76d6c0636597ba940edd5f16fbb48bc361c3396941e98fa2480ee01a86 1259 
apt-cacher-ng_0.7.17-1.dsc
 3bcf6d3e4db75c2a220e44bfd4fc4a492bf7106da94dc61d781553c7e7c6dcd6 264752 
apt-cacher-ng_0.7.17.orig.tar.xz
 e0a6e3619a10eeffb896db05d233907cff02510b5736254db164a12c10fc1912 26564 
apt-cacher-ng_0.7.17-1.debian.tar.xz
 eb6f936cc28d99f762fb4941bda69f32d0c8f234ea9a3dd18e57bb391071fb33 420978 
apt-cacher-ng_0.7.17-1_amd64.deb
Files: 
 0fa782f3e5c03118e0a2eac540b5a0d4 1259 net optional apt-cacher-ng_0.7.17-1.dsc
 77675bbabb526efed3b66c9394f6fb2e 264752 net optional 
apt-cacher-ng_0.7.17.orig.tar.xz
 c95c1536bc45129ccd9446b99763ff0d 26564 net optional 
apt-cacher-ng_0.7.17-1.debian.tar.xz
 c760062fc9495e130983da9a9ddb8bac 420978 net optional 
apt-cacher-ng_0.7.17-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.14 (GNU/Linux)

iD8DBQFSETi84QZIHu3wCMURAil2AKCHavdGK5IUcVzm3uyVpqxcXh4aAgCdEAPZ
+0buCni0BokLW0YFFcnqBoQ=
=qDWc
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to