Codebase list wmforkplop / 276a25d
Import Debian changes 0.9.3-2.1 wmforkplop (0.9.3-2.1) unstable; urgency=medium * Non-maintainer upload. * Patch Makefile.in directly and drop automake1.9 build dependency. (Closes: #724445) Eric Dorland authored 10 years ago Boyuan Yang committed 3 years ago
4 changed file(s) with 33 addition(s) and 11 deletion(s). Raw diff Collapse all Expand all
0 wmforkplop (0.9.3-2.1) unstable; urgency=medium
1
2 * Non-maintainer upload.
3 * Patch Makefile.in directly and drop automake1.9 build
4 dependency. (Closes: #724445)
5
6 -- Eric Dorland <eric@debian.org> Sun, 02 Mar 2014 02:41:58 -0500
7
08 wmforkplop (0.9.3-2) unstable; urgency=low
19
210 * debian/control:
22 Priority: optional
33 Maintainer: Varun Hiremath <varun@debian.org>
44 Uploaders: Torsten Werner <twerner@debian.org>
5 Build-Depends: automake1.9, debhelper (>= 5), cdbs, libgtop2-dev,
5 Build-Depends: debhelper (>= 5), cdbs, libgtop2-dev,
66 libimlib2-dev, libx11-dev, libxext-dev, libxt-dev, quilt
77 Standards-Version: 3.7.3
88 Homepage: http://hules.free.fr/wmforkplop
00 Index: wmforkplop-0.9.3/Makefile.am
11 ===================================================================
2 --- wmforkplop-0.9.3.orig/Makefile.am 2008-01-18 11:09:21.000000000 +0530
3 +++ wmforkplop-0.9.3/Makefile.am 2008-01-18 11:09:48.000000000 +0530
2 --- wmforkplop-0.9.3.orig/Makefile.am 2014-03-02 02:29:05.411330157 -0500
3 +++ wmforkplop-0.9.3/Makefile.am 2014-03-02 02:29:05.407330205 -0500
44 @@ -2,7 +2,7 @@
55 noinst_PROGRAMS=@GKFORKPLOP@
66 EXTRA_PROGRAMS=gkforkplop.so
1717 -pkgdata_DATA = Vera.ttf Vera.txt README
1818 \ No newline at end of file
1919 +pkgdata_DATA =
20 Index: wmforkplop-0.9.3/Makefile.in
21 ===================================================================
22 --- wmforkplop-0.9.3.orig/Makefile.in 2006-12-01 06:32:18.000000000 -0500
23 +++ wmforkplop-0.9.3/Makefile.in 2014-03-02 02:30:59.638107356 -0500
24 @@ -198,7 +198,7 @@
25 sharedstatedir = @sharedstatedir@
26 sysconfdir = @sysconfdir@
27 target_alias = @target_alias@
28 -EXTRA_DIST = autogen.sh gkrellm_forkplop.c Vera.ttf Vera.txt README
29 +EXTRA_DIST = autogen.sh gkrellm_forkplop.c
30 wmforkplop_SOURCES = wmforkplop.c wmforkplop.h util.c util.h procstat.c procstat.h global.h dockapp_imlib2.c dockapp_imlib2.h
31 wmforkplop_LDADD = -lm $(IMLIB2_LIBS) $(LIBGTOP_LIBS)
32 wmforkplop_CFLAGS = $(IMLIB2_CFLAGS) $(LIBGTOP_CFLAGS)
33 @@ -206,7 +206,7 @@
34 gkforkplop_so_SOURCES = $(LIBTOOLSUX_GKFORKPLOP_SRC)
35 gkforkplop_so_CFLAGS = -DGKRELLM -fPIC $(GTK2_CFLAGS) $(IMLIB2_CFLAGS) $(LIBGTOP_CFLAGS)
36 gkforkplop_so_LDFLAGS = -shared -Wl $(IMLIB2_LIBS) $(LIBGTOP_LIBS) -lm
37 -pkgdata_DATA = Vera.ttf Vera.txt README
38 +pkgdata_DATA =
39 all: config.h
40 $(MAKE) $(AM_MAKEFLAGS) all-am
41
22 include /usr/share/cdbs/1/rules/debhelper.mk
33 include /usr/share/cdbs/1/class/autotools.mk
44 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
5
6 post-patches:: debian/stamp-automake
7 debian/stamp-automake:
8 automake-1.9 --foreign
9 touch $@
105
116 makebuilddir/wmforkplop::
127 @if [ -f Vera.ttf ]; then \
149 exit 1; \
1510 fi
1611
17 clean::
18 $(RM) debian/stamp-automake
19
2012 binary-predeb/wmforkplop::
2113 rmdir $(DEB_DESTDIR)/usr/share/wmforkplop