* New upstream version. * Update for the soname changes. * debian/control.in: - dropped libgtop2-daemon to follow upstream changes. - updated for the soname change. * debian/patches/10_relibtoolize.patch: - dropped, the new version is fine. * debian/rules: - updated the shlibs. * debian/watch: - updated. -- Sebastien Bacher <seb128@debian.org> Sat, 9 Apr 2005 15:31:19 +0200
11 lines
325 B
Makefile
Executable File
11 lines
325 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
include /usr/share/cdbs/1/rules/debhelper.mk
|
|
include /usr/share/cdbs/1/rules/simple-patchsys.mk
|
|
include /usr/share/cdbs/1/class/gnome.mk
|
|
include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
|
|
|
|
DEB_CONFIGURE_EXTRA_FLAGS := --without-xauth --with-x
|
|
|
|
DEB_DH_MAKESHLIBS_ARGS_ALL = -V 'libgtop2-5 (>= 2.9.4)'
|