Revision 22ec5c8e

b/debian/changelog
1
vncauthproxy (1.1-1) UNRELEASED; urgency=low
1
snf-vncauthproxy (1.1-1) stable; urgency=low
2 2

  
3
  * new upstream release.
3
  * Initial release. Official vncauthproxy + patches
4 4

  
5
 -- Vangelis Koukis <vkoukis@grnet.gr>  Fri, 18 Nov 2011 18:11:37 +0200
6

  
7
vncauthproxy (1.0-1) UNRELEASED; urgency=low
8

  
9
  * Initial release.
10

  
11
 -- Faidon Liambotis <paravoid@debian.org>  Mon, 20 Jun 2011 16:32:06 +0300
5
 -- Vangelis Koukis <vkoukis@grnet.gr>  Thu, 2 Nov 2011 18:11:37 +0200
b/debian/control
1
Source: vncauthproxy
1
Source: snf-vncauthproxy
2 2
Section: python
3 3
Priority: optional
4 4
Maintainer: Vangelis Koukis <vkoukis@grnet.gr>
5 5
Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.5), python-setuptools
6 6
Standards-Version: 3.9.2
7 7
XS-Python-Version: >= 2.5
8
Homepage: https://code.grnet.gr/projects/vncauthproxy
8
Homepage: https://code.grnet.gr/projects/snf-vncauthproxy
9
Vcs-Browser: https://code.grnet.gr/git/snf-vncauthproxy
9 10

  
10
Package: vncauthproxy
11
Package: snf-vncauthproxy
11 12
Architecture: all
12
Depends: ${misc:Depends}, ${python:Depends}
13
Provides: ${python:Provides}
13
Depends: ${misc:Depends}, ${python:Depends}, python-setuptools
14
Provides: ${python:Provides}, vncauthproxy
15
Replaces: vncauthproxy
16
Conflicts: vncauthproxy
14 17
XB-Python-Version: ${python:Versions}
15 18
Description: VNC authentication proxy
16 19
 vncauthproxy listens on a UNIX domain socket for control messages and sets up
b/debian/rules
6 6
override_dh_auto_install:
7 7
	dh_auto_install
8 8

  
9
	mkdir -p debian/vncauthproxy/usr/sbin
10
	-mv debian/vncauthproxy/usr/bin/vncauthproxy \
11
	    debian/vncauthproxy/usr/sbin/vncauthproxy
12
	rmdir debian/vncauthproxy/usr/bin
9
	mkdir -p debian/snf-vncauthproxy/usr/sbin
10
	-mv debian/snf-vncauthproxy/usr/bin/vncauthproxy \
11
	    debian/snf-vncauthproxy/usr/sbin/vncauthproxy
12
	rmdir debian/snf-vncauthproxy/usr/bin

Also available in: Unified diff