[Pkg-jed-commit] r321 - trunk/packages/slang-slirp/debian

Rafael Laboissiere rafael at costa.debian.org
Fri Jun 9 08:24:01 UTC 2006


Author: rafael
Date: 2006-06-09 08:24:00 +0000 (Fri, 09 Jun 2006)
New Revision: 321

Modified:
   trunk/packages/slang-slirp/debian/changelog
   trunk/packages/slang-slirp/debian/control
   trunk/packages/slang-slirp/debian/rules
Log:
Debian release slang-slirp_1.7.9-2

Modified: trunk/packages/slang-slirp/debian/changelog
===================================================================
--- trunk/packages/slang-slirp/debian/changelog	2006-06-09 08:20:47 UTC (rev 320)
+++ trunk/packages/slang-slirp/debian/changelog	2006-06-09 08:24:00 UTC (rev 321)
@@ -1,3 +1,13 @@
+slang-slirp (1.7.9-2) unstable; urgency=low
+
+  * debian/patches/pointer-int-cast.patch: Added patch 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.
+  * debian/control: Bumped Standards-Version to 3.7.2 (no changes needed)
+
+ -- Rafael Laboissiere <rafael at debian.org>  Fri,  9 Jun 2006 00:42:28 +0200
+
 slang-slirp (1.7.9-1) unstable; urgency=low
 
   * New upstream release
@@ -49,12 +59,15 @@
  -- Debian JED Group <pkg-jed-devel at lists.alioth.debian.org>  Mon, 31 Oct 2005 18:56:51 +0100
 
 Local Variables:
-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/slang-slirp/debian/control
===================================================================
--- trunk/packages/slang-slirp/debian/control	2006-06-09 08:20:47 UTC (rev 320)
+++ trunk/packages/slang-slirp/debian/control	2006-06-09 08:24:00 UTC (rev 321)
@@ -5,7 +5,7 @@
 Uploaders: Rafael Laboissiere <rafael at debian.org>
 Build-Depends: debhelper (>= 4.0.0), libslang2-dev (>= 2.0.4-6), cdbs, gfortran
 Build-Conflicts: g77
-Standards-Version: 3.6.2
+Standards-Version: 3.7.2
 
 Package: slang-slirp
 Architecture: any

Modified: trunk/packages/slang-slirp/debian/rules
===================================================================
--- trunk/packages/slang-slirp/debian/rules	2006-06-09 08:20:47 UTC (rev 320)
+++ trunk/packages/slang-slirp/debian/rules	2006-06-09 08:24:00 UTC (rev 321)
@@ -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_MAKE_BUILD_TARGET := all RPATH=
 DEB_MAKE_INSTALL_TARGET := install RPATH= DESTDIR=$(DEB_DESTDIR)




More information about the Pkg-jed-commit mailing list