[debian-edu-commits] debian-edu/ 20/64: * Make sure the /etc/shutdown-at-night/ directory is part of the package.

Mike Gabriel sunweaver at debian.org
Wed Oct 23 09:51:51 UTC 2013


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

sunweaver pushed a commit to branch master
in repository shutdown-at-night.

commit 47e472d59e55a82c48b752c3bf86ad7fe0998c28
Author: Petter Reinholdtsen <pere at hungry.com>
Date:   Fri Jun 13 09:12:43 2008 +0000

      * Make sure the /etc/shutdown-at-night/ directory is part of the
        package.
    
    git-svn-id: svn+ssh://svn.debian.org/svn/debian-edu/trunk/src/shutdown-at-night@41456 6e500793-9bee-0310-a5b0-9d0909bd054d
---
 Makefile         |    3 ++-
 debian/changelog |    7 +++++++
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index c5fff8d..362fa79 100644
--- a/Makefile
+++ b/Makefile
@@ -3,13 +3,14 @@ prefix    = /usr
 pkglibdir = $(prefix)/lib/shutdown-at-night
 sbindir   = $(prefix)/sbin
 sysconfdir= /etc
+pkgsysconfdir= $(sysconfdir)/shutdown-at-night
 
 INSTALL = install
 
 all:
 
 install:
-	$(INSTALL) -d $(DESTDIR)$(pkglibdir)/.
+	$(INSTALL) -d $(DESTDIR)$(pkglibdir)/. $(DESTDIR)$(pkgsysconfdir)/.
 	$(INSTALL) shutdown-at-night $(DESTDIR)$(pkglibdir)/.
 	$(INSTALL) wakeupclients $(DESTDIR)$(pkglibdir)/.
 
diff --git a/debian/changelog b/debian/changelog
index 91851d8..c2af269 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+shutdown-at-night (0.4) UNRELEASED; urgency=low
+
+  * Make sure the /etc/shutdown-at-night/ directory is part of the
+    package.
+
+ -- Petter Reinholdtsen <pere at debian.org>  Fri, 13 Jun 2008 11:11:41 +0200
+
 shutdown-at-night (0.3) unstable; urgency=low
 
   * Convert wakeupclients to use syslog.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/shutdown-at-night.git



More information about the debian-edu-commits mailing list