| /ssvnc/trunk/debian/changelog |
|---|
| 6,8 → 6,9 |
| libjpeg-dev (Closes: #644808). |
| * Install a symlink in /usr/bin instead of including the main vncviewer |
| binary twice in the package. |
| * Add build-arch and build-indep targets to debian/rules. |
| -- Magnus Holmgren <holmgren@debian.org> Tue, 11 Oct 2011 21:03:10 +0200 |
| -- Magnus Holmgren <holmgren@debian.org> Tue, 11 Oct 2011 21:04:08 +0200 |
| ssvnc (1.0.28-1) unstable; urgency=low |
| /ssvnc/trunk/debian/rules |
|---|
| 17,7 → 17,9 |
| $(MAKE) config |
| touch configure-stamp |
| build: build-stamp |
| build-indep: |
| build-arch: build-stamp |
| build-stamp: configure-stamp |
| dh_testdir |
| 25,6 → 27,8 |
| touch $@ |
| build: build-arch build-indep |
| clean: configure-stamp |
| dh_testdir |
| dh_testroot |
| 67,4 → 71,4 |
| dh_builddeb |
| binary: binary-indep binary-arch |
| .PHONY: build clean binary-indep binary-arch binary install configure |
| .PHONY: build-indep build-arch build clean binary-indep binary-arch binary install configure |