[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

twm: Changes to 'debian-unstable'



 debian/changelog       |    4 ++--
 debian/twm.postinst.in |    2 ++
 debian/twm.postrm.in   |    2 ++
 debian/twm.prerm.in    |    2 ++
 4 files changed, 8 insertions(+), 2 deletions(-)

New commits:
commit 6142e79362878f8c65079bec6b4cb8a1c2aa006e
Author: Julien Cristau <jcristau@debian.org>
Date:   Fri Jun 8 14:35:49 2007 +0200

    Prepare changelog for upload.

diff --git a/debian/changelog b/debian/changelog
index 44a03e2..51ce7f6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-twm (1:1.0.3-2) UNRELEASED; urgency=low
+twm (1:1.0.3-2) unstable; urgency=low
 
   * Generate the maintainer scripts properly (so the x-window-manager
     alternative is installed), and remove old transition code from
     the XFree86 4.x days.
 
- -- Julien Cristau <jcristau@debian.org>  Fri, 08 Jun 2007 01:37:52 +0200
+ -- Julien Cristau <jcristau@debian.org>  Fri, 08 Jun 2007 14:35:30 +0200
 
 twm (1:1.0.3-1) unstable; urgency=low
 

commit 3a4228b1bc93cdf2886782961437a954897979fb
Author: Julien Cristau <jcristau@debian.org>
Date:   Fri Jun 8 14:24:50 2007 +0200

    Include the shell library in the right place.

diff --git a/debian/twm.postinst.in b/debian/twm.postinst.in
index ca12d49..308c3b9 100644
--- a/debian/twm.postinst.in
+++ b/debian/twm.postinst.in
@@ -12,6 +12,8 @@ set -e
 THIS_PACKAGE=twm
 THIS_SCRIPT=postinst
 
+#INCLUDE_SHELL_LIB#
+
 #DEBHELPER#
 
 # clean up after older alternative that used different path
diff --git a/debian/twm.postrm.in b/debian/twm.postrm.in
index dd1fbde..dc30b38 100644
--- a/debian/twm.postrm.in
+++ b/debian/twm.postrm.in
@@ -12,6 +12,8 @@ set -e
 THIS_PACKAGE=twm
 THIS_SCRIPT=postrm
 
+#INCLUDE_SHELL_LIB#
+
 #DEBHELPER#
 
 if [ "$1" = "purge" ]; then
diff --git a/debian/twm.prerm.in b/debian/twm.prerm.in
index 7e2508c..789de5b 100644
--- a/debian/twm.prerm.in
+++ b/debian/twm.prerm.in
@@ -12,6 +12,8 @@ set -e
 THIS_PACKAGE=twm
 THIS_SCRIPT=prerm
 
+#INCLUDE_SHELL_LIB#
+
 #DEBHELPER#
 
 if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ]; then



Reply to: