tag 659596 patch pending tag 652171 patch pending thanks Michelle Konzack <linux4miche...@tamay-dogan.net> (13/02/2012): > > Please replace libproc-dev build-dependency with libprocps0-dev. > > Thanks for the Info > > Currently I am in France and hopefuly I will upload the new Version on > Wednesday.
Since that hasn't happened yet and since we can shoot two bugs with one upload, I've just uploaded an NMU with the attached changes. Thanks to IRILL for sponsoring this BSP in Paris. When you have a chance, it would be nice to sort out the versioning, see the following lintian tag: native-package-with-dash-version; some other lintian warnings can also be easily fixed. Mraw, KiBi.
diff -Nru xmem-1.20/debian/changelog xmem-1.20/debian/changelog --- xmem-1.20/debian/changelog 2011-09-25 16:05:24.000000000 +0000 +++ xmem-1.20/debian/changelog 2012-02-17 17:44:26.000000000 +0000 @@ -1,3 +1,14 @@ +xmem (1.20-27.2) unstable; urgency=high + + * Non-maintainer upload. + * Catch up with procps changes: + - Replace libproc-dev build-dep with libprocps0-dev (Closes: #659596). + - Link against procps, rather than with proc (Closes: #652171). + * Set urgency to “high” for the RC bug fixes. + * Thanks to IRILL for sponsoring this BSP in Paris. + + -- Cyril Brulebois <k...@debian.org> Fri, 17 Feb 2012 17:36:28 +0000 + xmem (1.20-27.1) unstable; urgency=low * Non-maintainer upload. diff -Nru xmem-1.20/debian/control xmem-1.20/debian/control --- xmem-1.20/debian/control 2007-04-06 13:05:24.000000000 +0000 +++ xmem-1.20/debian/control 2012-02-17 17:34:47.000000000 +0000 @@ -2,7 +2,7 @@ Section: x11 Priority: optional Maintainer: Michelle Konzack <linux4miche...@freenet.de> -Build-Depends: debhelper (>= 5), libproc-dev, libxaw7-dev, libxmu-dev, libxt-dev +Build-Depends: debhelper (>= 5), libprocps0-dev, libxaw7-dev, libxmu-dev, libxt-dev Standards-Version: 3.7.2 Package: xmem diff -Nru xmem-1.20/Makefile xmem-1.20/Makefile --- xmem-1.20/Makefile 2011-06-29 23:04:46.000000000 +0000 +++ xmem-1.20/Makefile 2012-02-17 17:35:57.000000000 +0000 @@ -1,5 +1,5 @@ xmem: xmem.o get_mem.o MemStripChart.o - gcc $(CFLAGS) -o xmem xmem.o get_mem.o MemStripChart.o -L/usr/X11R6/lib -lX11 -lXt -lXaw -lproc -lXmu + gcc $(CFLAGS) -o xmem xmem.o get_mem.o MemStripChart.o -L/usr/X11R6/lib -lX11 -lXt -lXaw -lprocps -lXmu xmem.o: xmem.c gcc $(CFLAGS) -c xmem.c
signature.asc
Description: Digital signature