Update of /cvsroot/wisp/wisp/debian
In directory sc8-pr-cvs1:/tmp/cvs-serv25099/debian
Modified Files:
postinst prerm
Log Message:
added debhelper tokens to postinst and prerm
Index: postinst
===================================================================
RCS file: /cvsroot/wisp/wisp/debian/postinst,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- postinst 7 Feb 2003 20:49:45 -0000 1.10
+++ postinst 12 Apr 2003 13:29:25 -0000 1.11
@@ -2,7 +2,7 @@
#### debian/postinst - Debian packaging of Wisp
#
-# Copyleft © 2002 by Andres Soolo (di...@us...)
+# Copyleft © 2003 by Andres Soolo (di...@us...)
# This file is licensed under the GNU GPL v2. If you
# don't know what that means, please do read the GPL.
#
@@ -13,3 +13,5 @@
install-info --quiet --section "Programming" "" \
--description="The Wisp interpreter" \
/usr/share/info/wisp.info.gz
+
+#DEBHELPER#
Index: prerm
===================================================================
RCS file: /cvsroot/wisp/wisp/debian/prerm,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- prerm 8 Aug 2002 16:44:09 -0000 1.10
+++ prerm 12 Apr 2003 13:29:25 -0000 1.11
@@ -2,7 +2,7 @@
#### debian/prerm - Debian packaging of Wisp
#
-# Copyleft © 2002 by Andres Soolo (di...@us...)
+# Copyleft © 2003 by Andres Soolo (di...@us...)
# This file is licensed under the GNU GPL v2. If you
# don't know what that means, please do read the GPL.
#
@@ -15,3 +15,5 @@
fi
install-info --quiet --remove /usr/share/info/wisp.info.gz
+
+#DEBHELPER#
|