Subversion Repositories ssvnc

Compare Revisions

Ignore whitespace Rev 31 → Rev 30

/ssvnc/trunk/debian/changelog
9,9 → 9,8
* Add build-arch and build-indep targets to debian/rules.
* nostrip.patch: Remove strip command from the Makefile, allowing
DEB_BUILD_OPTONS=nostrip to work.
* Get CFLAGS and LDFLAGS from dpkg-buildflags.
 
-- Magnus Holmgren <holmgren@debian.org> Thu, 10 Nov 2011 21:32:11 +0100
-- Magnus Holmgren <holmgren@debian.org> Thu, 20 Oct 2011 22:52:59 +0200
 
ssvnc (1.0.28-1) unstable; urgency=low
 
/ssvnc/trunk/debian/rules
11,9 → 11,6
 
DESTDIR=$(CURDIR)/debian/ssvnc
 
export CFLAGS := $(shell dpkg-buildflags --get CFLAGS)
export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS)
 
configure: configure-stamp
configure-stamp:
dh_testdir
/ssvnc/trunk/debian/control
2,7 → 2,7
Section: net
Priority: extra
Maintainer: Magnus Holmgren <holmgren@debian.org>
Build-Depends: dpkg-dev (>= 1.15.7), debhelper (>= 7), xutils-dev, libxaw7-dev,
Build-Depends: debhelper (>= 7), xutils-dev, libxaw7-dev,
libxmu-dev, libxext-dev, libxt-dev, libsm-dev, libice-dev,
libjpeg-dev, zlib1g-dev | libz-dev,
default-jdk, libssl-dev