Package: svn-workbench
Version: 1.5.0-1
Severity: wishlist
I think svn-workbench should appear in the Gnome "Programming" menu. The
attached patch should accomplish that.
This *should* make it appear in the KDE equivalent menu too - I cannot
test this bit as I do not use KDE.
-- System Information:
Debian Release: 4.0
APT prefers oldstable
APT policy: (500, 'oldstable'), (500, 'stable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/dash
Kernel: Linux 2.6.18-4-686
Locale: LANG=en_GB.ISO-8859-15, LC_CTYPE=en_GB.ISO-8859-15 (charmap=ISO-8859-15)
Versions of packages svn-workbench depends on:
ii python-central 0.5.12 register and build utility for Pyt
ii python-svn 1.5.0dfsg-1 A(nother) Python interface to Subv
ii python-wxgtk2.6 2.6.3.2.1.5 wxWidgets Cross-platform C++ GUI t
svn-workbench recommends no packages.
-- no debconf information
diff -N -u -r svn-workbench-1.5.0.old/debian/rules
svn-workbench-1.5.0/debian/rules
--- svn-workbench-1.5.0.old/debian/rules 2007-04-23 09:30:44.000000000
+0000
+++ svn-workbench-1.5.0/debian/rules 2007-04-23 09:42:42.000000000 +0000
@@ -34,11 +34,13 @@
dh_clean -k
dh_installdirs \
usr/bin \
- usr/share/svn-workbench
+ usr/share/svn-workbench \
+ usr/share/applications
cp -a Source/*.py Source/*.tiff Source/*.ico Source/toolbar_images \
debian/svn-workbench/usr/share/svn-workbench/
rm -f debian/svn-workbench/usr/share/svn-workbench/*.cmd
cp -p debian/svn-workbench.sh debian/svn-workbench/usr/bin/svn-workbench
+ cp -p debian/svn-workbench.desktop
debian/svn-workbench/usr/share/applications/svn-workbench.desktop
# Build architecture-independent files here.
binary-indep: build install
diff -N -u -r svn-workbench-1.5.0.old/debian/svn-workbench.desktop
svn-workbench-1.5.0/debian/svn-workbench.desktop
--- svn-workbench-1.5.0.old/debian/svn-workbench.desktop 1970-01-01
00:00:00.000000000 +0000
+++ svn-workbench-1.5.0/debian/svn-workbench.desktop 2007-04-23
09:31:29.000000000 +0000
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Name=SVN-Workbench
+Comment=Graphical Subversion Interface
+Type=Application
+Exec=svn-workbench
+Icon=/usr/share/svn-workbench/wb.tiff
+Categories=Development