gitso

gitso Commit Details


Date:2012-09-26 20:32:29 (12 years 2 months ago)
Author:herr.biber
Branch:master
Commit:a436ee1b8f6ed2c90f98ac4f590ba8d3a7dfb987
Parents: d2d4cd022693fdaf87c2691c85286c26da730c98
Message:Cleaned up .deb creation.

Usage of debuild to build the .deb. Related files can be found in debian dir.
Changes:

File differences

gitso/trunk/arch/linux/changelog
1
../../debian/changelog
gitso/trunk/arch/linux/control
1
../../debian/control
gitso/trunk/debian/changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
gitso (0.6) karmic; urgency=low
* Complete rewrite of process management.
* Actually stop VNC Processes (Windows)
* Support loading remote hosts file.
* Command line switches
* --dev
* --listen
* --connect IP
* --list list_file
* --version
* --help
* manpage for (All UNIX sytems)
* Support for .rpms (Fedora, OpenSUSE)
* Implement Native VNC listener (OS X)
* Better process management, user gets notified if connection is broken.
* Licensing Updates (across the board).
* Improved documentation.
-- Aaron D. Gerber <gerberad@gmail.com> Sun, 21 Feb 2010 17:32:40 -0600
gitso (0.5) hardy; urgency=low
* Complete rewrite of the interface
* Gitso no longer has Zombied VNC processes after it quits.
* Gitso stops the VNC process when it closes
* Updated Icon
* Updated License: GPL 3
* Added Support to be able to specify a list of hosts when you distribute it.
* Added History/Clear History of servers
* Added OS X 10.5 Support (need testing on 10.4 and 10.3)
* OS X uses TightVNC 1.3.9
* OS X uses OSXVNC 3.0
-- Aaron D. Gerber <gerberad@gmail.com> Sat, 26 Jul 2008 16:32:40 -0600
gitso (0.4) hardy; urgency=low
* Made Deb, updated with icons and much more.
-- Aaron D. Gerber <gerberad@gmail.com> Sat, 10 May 2008 16:17:43 -0600
gitso (0.3) UNRELEASED; urgency=low
* Initial release. (Closes: #XXXXXX)
-- Aaron D. Gerber <gerberad@gmail.com> Thu, 08 May 2008 22:35:52 -0600
gitso/trunk/debian/compat
1
8
gitso/trunk/debian/control
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: gitso
Section: utils
Priority: optional
Maintainer: Markus Roth <markus.roth@herr-biber.de>
Build-Depends: debhelper (>= 8.0.0)
Standards-Version: 3.9.2
Homepage: http://code.google.com/p/gitso/
Vcs-Svn: http://gitso.googlecode.com/svn/gitso/trunk
Vcs-Browser: http://code.google.com/p/gitso/source/browse/gitso
Package: gitso
Architecture: all
Depends: x11vnc, xtightvncviewer, python-wxtools
Description: gitso is to support others (using wxPython and reverse vnc)
gitso is a Python and wxWidgets frontend to x11vnc server
and vncviewer. It runs x11vnc -connect and
vncviewer -listen depending on if you are giving
or receiving help.
gitso/trunk/debian/copyright
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Format: http://dep.debian.net/deps/dep5
Upstream-Name: gitso
Source: http://code.google.com/p/gitso/
Files: *
Copyright: 2008 - 2010: Aaron Gerber
2008 - 2010: Derek Buranen
License: GPL-3.0+
Files: debian/*
Copyright: 2012 Markus Roth <markus.roth@herr-biber.de>
License: GPL-3.0+
License: GPL-3.0+
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
.
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
.
On Debian systems, the complete text of the GNU General
Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
gitso/trunk/debian/gitso.install
1
2
3
4
5
6
7
8
9
10
11
12
13
14
arch/linux/gitso usr/bin
Gitso.py usr/share/gitso
ConnectionWindow.py usr/share/gitso
AboutWindow.py usr/share/gitso
GitsoThread.py usr/share/gitso
Processes.py usr/share/gitso
ArgsParser.py usr/share/gitso
__init__.py usr/share/gitso
NATPMP.py usr/share/gitso
hosts.txt usr/share/gitso
icon.ico usr/share/gitso
icon.png usr/share/gitso
arch/linux/gitso.desktop usr/share/applications
arch/linux/README.txt usr/share/doc/gitso
gitso/trunk/debian/gitso.manpages
1
arch/linux/gitso.1
gitso/trunk/debian/rules
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
# -*- makefile -*-
# Sample debian/rules that uses debhelper.
# This file was originally written by Joey Hess and Craig Small.
# As a special exception, when this file is copied by dh-make into a
# dh-make output file, you may use that output file without restriction.
# This special exception was added by Craig Small in version 0.37 of dh-make.
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
%:
dh $@
gitso/trunk/debian/source/format
1
3.0 (quilt)
gitso/trunk/makegitso.sh
211211
212212
213213
214
215
214
215
216216
217217
218218
......
282282
283283
284284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
285
319286
320287
321288
......
390357
391358
392359
393
360
394361
395362
396363
OSX_BUILD_DIR=`pwd`"/dist"
RPM_BUILD_DIR=`pwd`"/build"
DEB_BUILD_DIR="gitso"
DEB_TARGZ_PATH="Gitso"
DEB_BUILD_DIR="debian/gitso"
DEB_TARGZ_PATH="gitso"
CLEAN="yes"
RPMNAME=""
if test "`which dpkg 2>&1 | grep -v which`"; then
# Deb version of Gitso.
echo -n "Creating $DEB"
rm -rf $DEB_BUILD_DIR
mkdir -p $DEB_BUILD_DIR/DEBIAN
mkdir -p $DEB_BUILD_DIR/usr/bin
mkdir -p $DEB_BUILD_DIR/usr/share/applications
mkdir -p $DEB_BUILD_DIR/usr/share/doc/$DEB_BUILD_DIR
mkdir -p $DEB_BUILD_DIR/usr/share/$DEB_BUILD_DIR
mkdir -p $DEB_BUILD_DIR/usr/share/man/man1
echo -n ".."
cp arch/linux/control $DEB_BUILD_DIR/DEBIAN
cp arch/linux/gitso $DEB_BUILD_DIR/usr/bin/
cp Gitso.py $DEB_BUILD_DIR/usr/share/$DEB_BUILD_DIR/
cp ConnectionWindow.py $DEB_BUILD_DIR/usr/share/$DEB_BUILD_DIR/
cp AboutWindow.py $DEB_BUILD_DIR/usr/share/$DEB_BUILD_DIR/
cp GitsoThread.py $DEB_BUILD_DIR/usr/share/$DEB_BUILD_DIR/
cp Processes.py $DEB_BUILD_DIR/usr/share/$DEB_BUILD_DIR/
cp ArgsParser.py $DEB_BUILD_DIR/usr/share/$DEB_BUILD_DIR/
cp __init__.py $DEB_BUILD_DIR/usr/share/$DEB_BUILD_DIR/
cp NATPMP.py $DEB_BUILD_DIR/usr/share/$DEB_BUILD_DIR/
cp hosts.txt $DEB_BUILD_DIR/usr/share/$DEB_BUILD_DIR/
cp icon.ico $DEB_BUILD_DIR/usr/share/$DEB_BUILD_DIR/
cp icon.png $DEB_BUILD_DIR/usr/share/$DEB_BUILD_DIR/
echo -n ".."
cp arch/linux/gitso.desktop $DEB_BUILD_DIR/usr/share/applications/
cp arch/linux/README.txt $DEB_BUILD_DIR/usr/share/doc/$DEB_BUILD_DIR/README
cp COPYING $DEB_BUILD_DIR/usr/share/doc/$DEB_BUILD_DIR/
gzip -cf arch/linux/changelog > $DEB_BUILD_DIR/usr/share/doc/$DEB_BUILD_DIR/changelog.gz
gzip -cf arch/linux/gitso.1 > $DEB_BUILD_DIR/usr/share/man/man1/gitso.1.gz
echo -n ".."
dpkg -b $DEB_BUILD_DIR/ $DEB 2>&1 > /dev/null
debuild -us -uc
echo -e " [done]"
# Standalone version of Gitso.
if [ "$CLEAN" = "yes" ]; then
echo -e "Cleaning up...."
rm -rf $RPM_BUILD_DIR
rm -rf $DEB_BUILD_DIR
debuild clean
rm -rf $DEB_TARGZ_PATH
find . -name "*.pyc" -exec rm {} ';'
echo -e " [done]\n"

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.06127s using 13 queries.