| /ssvnc/trunk/debian/control |
|---|
| 2,7 → 2,7 |
| Section: net |
| Priority: extra |
| Maintainer: Magnus Holmgren <holmgren@debian.org> |
| Build-Depends: debhelper (>= 7), xutils-dev, libxaw7-dev, |
| Build-Depends: dpkg-dev (>= 1.15.7), 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 |
| /ssvnc/trunk/debian/changelog |
|---|
| 9,8 → 9,9 |
| * 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, 20 Oct 2011 22:52:59 +0200 |
| -- Magnus Holmgren <holmgren@debian.org> Thu, 10 Nov 2011 21:32:11 +0100 |
| ssvnc (1.0.28-1) unstable; urgency=low |
| /ssvnc/trunk/debian/rules |
|---|
| 11,6 → 11,9 |
| 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 |