[debian-edu-commits] debian-edu/shutdown-at-night.git (#20) - master (branch) updated: 47e472d59e55a82c48b752c3bf86ad7fe0998c28

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


The branch, master has been updated
       via  47e472d59e55a82c48b752c3bf86ad7fe0998c28 (commit)
      from  fe913a67fd668539736284535c33680102f0ab05 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
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

-----------------------------------------------------------------------

Summary of changes:
 Makefile         |    3 ++-
 debian/changelog |    7 +++++++
 2 files changed, 9 insertions(+), 1 deletion(-)

The diff of changes is:
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.


hooks/post-receive
-- 
shutdown-at-night.git (shutdown-at-night Debian package)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "shutdown-at-night.git" (shutdown-at-night Debian package).




More information about the debian-edu-commits mailing list