[Pkg-jed-commit] r319 - trunk/packages/slgtk/debian

Rafael Laboissiere rafael at costa.debian.org
Fri Jun 9 08:20:28 UTC 2006


Author: rafael
Date: 2006-06-09 08:20:28 +0000 (Fri, 09 Jun 2006)
New Revision: 319

Modified:
   trunk/packages/slgtk/debian/changelog
   trunk/packages/slgtk/debian/control
   trunk/packages/slgtk/debian/rules
Log:
Debian release slgtk_0.5.15.r4-10

Modified: trunk/packages/slgtk/debian/changelog
===================================================================
--- trunk/packages/slgtk/debian/changelog	2006-06-08 12:56:32 UTC (rev 318)
+++ trunk/packages/slgtk/debian/changelog	2006-06-09 08:20:28 UTC (rev 319)
@@ -1,3 +1,17 @@
+slgtk (0.5.15.r4-10) unstable; urgency=low
+
+  * debian/control: 
+    - Bumped Standards-Version to 3.7.2 (no changes needed)
+    - Dropped slang-slirp from the list of build-dependencies, because slgtk
+      ships its own copy of slirp
+  * debian/patches/pointer-int-cast.patch: Added patch for file
+    slirp/refs/c as suggested by the the upstream authors for avoiding the
+    compilation warning "cast from pointer to integer of different size",
+    which arises when compiling the package with gcc-4.1 on 64-bit
+    architectures.
+
+ -- Rafael Laboissiere <rafael at debian.org>  Fri,  9 Jun 2006 10:04:51 +0200
+
 slgtk (0.5.15.r4-9) unstable; urgency=low
 
    +++ Changes by Rafael Laboissiere
@@ -112,14 +126,15 @@
  -- Debian JED Group <pkg-jed-devel at lists.alioth.debian.org>  Mon, 31 Oct 2005 10:45:39 +0100
 
 Local Variables:
-debian-changelog-full-name: "Debian JED Group"
-debian-changelog-mailing-address: "pkg-jed-sl-modules at lists.alioth.debian.org"
-eval: (add-local-hook
-  'debian-changelog-add-version-hook
-  (lambda ()
-    (save-excursion
-      (forward-line -1)
-      (beginning-of-line)
-      (insert "\n   NOT YET RELEASED!\n\n   +++ Changes by "
-        (or (getenv "DEBFULLNAME") (user-full-name)) "\n"))))
+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: trunk/packages/slgtk/debian/control
===================================================================
--- trunk/packages/slgtk/debian/control	2006-06-08 12:56:32 UTC (rev 318)
+++ trunk/packages/slgtk/debian/control	2006-06-09 08:20:28 UTC (rev 319)
@@ -3,8 +3,9 @@
 Priority: optional
 Maintainer: Debian JED Group <pkg-jed-sl-modules at lists.alioth.debian.org>
 Uploaders: Rafael Laboissiere <rafael at debian.org>
-Build-Depends: debhelper (>= 4.0.0), libslang2-dev (>= 2.0.4-6), libgtk2.0-dev, slang-slirp, slang-tess, slsh, xvfb, xbase-clients, xfonts-base, cdbs
-Standards-Version: 3.6.2
+Build-Depends: debhelper (>= 4.0.0), libslang2-dev (>= 2.0.4-6),
+ libgtk2.0-dev, slang-tess, slsh, xvfb, xbase-clients, xfonts-base, cdbs
+Standards-Version: 3.7.2
 
 Package: slang-gtk
 Architecture: any

Modified: trunk/packages/slgtk/debian/rules
===================================================================
--- trunk/packages/slgtk/debian/rules	2006-06-08 12:56:32 UTC (rev 318)
+++ trunk/packages/slgtk/debian/rules	2006-06-09 08:20:28 UTC (rev 319)
@@ -2,6 +2,7 @@
 
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 DEB_COMPRESS_EXCLUDE := .sl
 DEB_MAKE_BUILD_TARGET := dynamic RPATH=




More information about the Pkg-jed-commit mailing list