[Pkg-jed-commit] r181 - in trunk/packages/slirp/debian: . patches

Rafael Laboissiere rafael at costa.debian.org
Sun Nov 13 21:43:52 UTC 2005


Author: rafael
Date: 2005-11-13 21:43:49 +0000 (Sun, 13 Nov 2005)
New Revision: 181

Added:
   trunk/packages/slirp/debian/patches/
   trunk/packages/slirp/debian/patches/fortran-demo-fflush.patch
   trunk/packages/slirp/debian/watch
Modified:
   trunk/packages/slirp/debian/changelog
   trunk/packages/slirp/debian/control
   trunk/packages/slirp/debian/rules
Log:
Debian release slirp_1.7.6.r3-1

Modified: trunk/packages/slirp/debian/changelog
===================================================================
--- trunk/packages/slirp/debian/changelog	2005-11-11 15:05:07 UTC (rev 180)
+++ trunk/packages/slirp/debian/changelog	2005-11-13 21:43:49 UTC (rev 181)
@@ -1,15 +1,19 @@
 slirp (1.7.6.r3-1) unstable; urgency=low
 
-   NOT YET RELEASED!
-
    +++ Changes by Rafael Laboissiere
 
   * New upstream release
+  * debian/control: 
+    - Changed the maintainer to pkg-jed-sl-modules at lists.alioth.debian.org
+    - Build-depends on gfortran and build-conflicts on g77
   * debian/rules: Dropped clean target, since the upstream "make
     distclean" does not let files behind
   * patches/50_test-makef.patch: Removed patch, which is included upstream
+  * patches/fortran-demo-fflush.patch: Added patch which make the fortran
+    test work
+  * debian/watch: Added uscan file
 
- --
+ -- Debian JED Group <pkg-jed-sl-modules at lists.alioth.debian.org>  Sun, 13 Nov 2005 21:43:45 +0100
 
 slirp (1.7.6.r2-1) unstable; urgency=low
 
@@ -29,7 +33,7 @@
 
 Local Variables:
 debian-changelog-full-name: "Debian JED Group"
-debian-changelog-mailing-address: "pkg-jed-devel at lists.alioth.debian.org"
+debian-changelog-mailing-address: "pkg-jed-sl-modules at lists.alioth.debian.org"
 eval: (add-local-hook
   'debian-changelog-add-version-hook
   (lambda ()

Modified: trunk/packages/slirp/debian/control
===================================================================
--- trunk/packages/slirp/debian/control	2005-11-11 15:05:07 UTC (rev 180)
+++ trunk/packages/slirp/debian/control	2005-11-13 21:43:49 UTC (rev 181)
@@ -1,8 +1,9 @@
 Source: slirp
 Section: interpreters
 Priority: optional
-Maintainer: Debian JED Group <pkg-jed-devel at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 4.0.0), libslang2-dev (>= 2.0.4-6), cdbs
+Maintainer: Debian JED Group <pkg-jed-sl-modules at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 4.0.0), libslang2-dev (>= 2.0.4-6), cdbs, gfortran
+Build-Conflicts: g77
 Standards-Version: 3.6.2
 
 Package: slang-slirp

Added: trunk/packages/slirp/debian/patches/fortran-demo-fflush.patch
===================================================================
--- trunk/packages/slirp/debian/patches/fortran-demo-fflush.patch	2005-11-11 15:05:07 UTC (rev 180)
+++ trunk/packages/slirp/debian/patches/fortran-demo-fflush.patch	2005-11-13 21:43:49 UTC (rev 181)
@@ -0,0 +1,22 @@
+diff -Nau slirp-1.7.6-r3/examples/fortran/cdemo.c slirp-1.7.6-r3/examples/fortran-new/cdemo.c
+--- slirp-1.7.6-r3/examples/fortran/cdemo.c	2005-11-04 20:54:33.000000000 +0100
++++ slirp-1.7.6-r3/examples/fortran-new/cdemo.c	2005-11-04 22:49:42.000000000 +0100
+@@ -42,6 +42,7 @@
+ 	printf("C-Added     : (%8.4f, %8.4f i)\n\n",csum.r, csum.i);
+    }
+ 
++   fflush(stdout);
+    ftnprint_("Done ...", 8);
+ 
+    return 0;
+diff -Nau slirp-1.7.6-r3/examples/fortran/sldemo.sl slirp-1.7.6-r3/examples/fortran-new/sldemo.sl
+--- slirp-1.7.6-r3/examples/fortran/sldemo.sl	2005-11-04 20:54:33.000000000 +0100
++++ slirp-1.7.6-r3/examples/fortran-new/sldemo.sl	2005-11-04 22:52:48.000000000 +0100
+@@ -29,6 +29,7 @@
+    c_cadd(solution[0], solution[1], &csum);
+    printf("C-Added     : (%8.4f, %8.4f i)\n\n", Real(csum), Imag(csum));
+ }
++() = fflush(stdout);
+ 
+ % A string length parameter is not needed here (unlike cdemo), because the
+ % builtin SLIRP #argmap(in) for FORTRAN strings is transparently applied

Modified: trunk/packages/slirp/debian/rules
===================================================================
--- trunk/packages/slirp/debian/rules	2005-11-11 15:05:07 UTC (rev 180)
+++ trunk/packages/slirp/debian/rules	2005-11-13 21:43:49 UTC (rev 181)
@@ -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)
@@ -10,3 +11,6 @@
 build/slang-slirp::
 	cp -a examples debian
 	rm -f debian/examples/stubs/test.ref
+
+clean::
+	rm -rf debian/examples
\ No newline at end of file

Added: trunk/packages/slirp/debian/watch
===================================================================
--- trunk/packages/slirp/debian/watch	2005-11-11 15:05:07 UTC (rev 180)
+++ trunk/packages/slirp/debian/watch	2005-11-13 21:43:49 UTC (rev 181)
@@ -0,0 +1,4 @@
+version=3
+
+opts="uversionmangle=s/-/./" \
+  ftp://space.mit.edu/pub/mnoble/slirp/slirp-([\d.-]*)\.tar.gz




More information about the Pkg-jed-commit mailing list