[Pkg-jed-commit] r805 - slang-slirp/trunk/debian

Rafael Laboissiere rafael at alioth.debian.org
Mon Jul 23 10:00:32 UTC 2007


Author: rafael
Date: 2007-07-23 10:00:31 +0000 (Mon, 23 Jul 2007)
New Revision: 805

Modified:
   slang-slirp/trunk/debian/changelog
   slang-slirp/trunk/debian/rules
Log:
Debian release slang-slirp_1.9.3.1-1

Modified: slang-slirp/trunk/debian/changelog
===================================================================
--- slang-slirp/trunk/debian/changelog	2007-07-17 19:54:19 UTC (rev 804)
+++ slang-slirp/trunk/debian/changelog	2007-07-23 10:00:31 UTC (rev 805)
@@ -1,3 +1,13 @@
+slang-slirp (1.9.3.1-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/rules: Fix permission of S-Lang scripts in the example
+    directory
+  * debian/patches/01_clean-slirp.ins.patch: Clean file slirp.ins, which
+    is generated by configure and not removed by make distclean
+
+ -- Rafael Laboissiere <rafael at debian.org>  Mon, 23 Jul 2007 11:11:54 +0200
+
 slang-slirp (1.9.2-1) unstable; urgency=low
 
   * New upstream release
@@ -176,17 +186,3 @@
   * Initial release
 
  -- Debian JED Group <pkg-jed-devel at lists.alioth.debian.org>  Mon, 31 Oct 2005 18:56:51 +0100
-
-Local Variables:
-eval: (progn
-  (make-local-hook 'debian-changelog-add-version-hook)
-  (add-hook
-    'debian-changelog-add-version-hook
-      (lambda ()
-      (save-excursion
-        (forward-line -1)
-        (beginning-of-line)
-        (insert "\n  NOT YET RELEASED!\n\n  [ "
-          (or (getenv "DEBFULLNAME") (user-full-name)) " ]")))
-    nil t))
-End:

Modified: slang-slirp/trunk/debian/rules
===================================================================
--- slang-slirp/trunk/debian/rules	2007-07-17 19:54:19 UTC (rev 804)
+++ slang-slirp/trunk/debian/rules	2007-07-23 10:00:31 UTC (rev 805)
@@ -25,10 +25,12 @@
 		$(MAKE) -C $(debexp)/$$d distclean ;	\
 	done
 
-# Rename slirp program to avoid conflict with the slirp package
 install/slang-slirp::
+	# Rename slirp program to avoid conflict with the slirp package
 	mv $(debbin)/slirp $(debbin)/slang-slirp
 	mv $(debman)/slirp.1 $(debman)/slang-slirp.1
+	# Fix permission of example scripts
+	chmod -x $(debexp)/*.sl
 
 clean::
 	rm -rf $(debexp)




More information about the Pkg-jed-commit mailing list