[Pkg-jed-commit] r822 - in slgtk/trunk/debian: . patches

Rafael Laboissiere rafael at alioth.debian.org
Wed Aug 29 09:27:51 UTC 2007


Author: rafael
Date: 2007-08-29 09:27:51 +0000 (Wed, 29 Aug 2007)
New Revision: 822

Added:
   slgtk/trunk/debian/patches/clean-tests-Makefile.patch
Removed:
   slgtk/trunk/debian/patches/pointer-int-cast.patch
Modified:
   slgtk/trunk/debian/changelog
   slgtk/trunk/debian/manpages
Log:
Debian release slgtk_0.7.2-1

Modified: slgtk/trunk/debian/changelog
===================================================================
--- slgtk/trunk/debian/changelog	2007-08-29 07:43:57 UTC (rev 821)
+++ slgtk/trunk/debian/changelog	2007-08-29 09:27:51 UTC (rev 822)
@@ -1,9 +1,14 @@
-slgtk (0.7.2-1) UNRELEASED; urgency=low
+slgtk (0.7.2-1) unstable; urgency=low
 
-  [ Rafael Laboissiere ]
+  * New upstream release
+  * debian/patches/pointer-int-cast.patch: Removed patch (applied
+    upstream)
+  * debian/patches/clean-tests-Makefile.patch: Clean tests/Makefile when
+    calling make distclean
   * debian/watch: Updated upstream URL
+  * debian/manpages: Adjusted path of man page
 
- -- Rafael Laboissiere <rafael at debian.org>  Wed, 29 Aug 2007 00:09:23 +0200
+ -- Rafael Laboissiere <rafael at debian.org>  Wed, 29 Aug 2007 09:44:38 +0200
 
 slgtk (0.5.16-4) unstable; urgency=low
 

Modified: slgtk/trunk/debian/manpages
===================================================================
--- slgtk/trunk/debian/manpages	2007-08-29 07:43:57 UTC (rev 821)
+++ slgtk/trunk/debian/manpages	2007-08-29 09:27:51 UTC (rev 822)
@@ -1 +1 @@
-man/man1/imdisplay.1
+doc/man/man1/imdisplay.1

Added: slgtk/trunk/debian/patches/clean-tests-Makefile.patch
===================================================================
--- slgtk/trunk/debian/patches/clean-tests-Makefile.patch	                        (rev 0)
+++ slgtk/trunk/debian/patches/clean-tests-Makefile.patch	2007-08-29 09:27:51 UTC (rev 822)
@@ -0,0 +1,8 @@
+diff -Nur slgtk-0.7.2/tests/Makefile.in slgtk-0.7.2.new/tests/Makefile.in
+--- slgtk-0.7.2/tests/Makefile.in	2007-01-19 03:39:49.000000000 +0100
++++ slgtk-0.7.2.new/tests/Makefile.in	2007-08-29 10:37:29.000000000 +0200
+@@ -52,3 +52,4 @@
+ 	$(RM) *~ test.out
+ 
+ distclean: clean
++	$(RM) Makefile

Deleted: slgtk/trunk/debian/patches/pointer-int-cast.patch
===================================================================
--- slgtk/trunk/debian/patches/pointer-int-cast.patch	2007-08-29 07:43:57 UTC (rev 821)
+++ slgtk/trunk/debian/patches/pointer-int-cast.patch	2007-08-29 09:27:51 UTC (rev 822)
@@ -1,15 +0,0 @@
-diff -Nur slgtk-0.5.15-r4/slirp/refs.c slgtk-0.5.15-r4.new/slirp/refs.c
---- slgtk-0.5.15-r4/slirp/refs.c	2005-05-05 22:18:03.000000000 +0200
-+++ slgtk-0.5.15-r4.new/slirp/refs.c	2006-06-09 10:03:05.734394288 +0200
-@@ -84,8 +84,9 @@
- 
- static unsigned int  ref_get_size(Slirp_Ref *sref, int which_dimension)
- {
--   /* Trick: avoid strict compiler warnings if this func winds up unused */
--   unsigned int size = (unsigned int)&ref_get_size;
-+   unsigned int size;
-+
-+   if (0) (void) &ref_get_size; /* avoid compiler warnings if unused */
- 
-    /* Slirp_Ref encapsulates arrays, S-Lang refs, and S-Lang mmt types,   */
-    /* the latter two of which are considered to point to a single object  */




More information about the Pkg-jed-commit mailing list