Codebase list pspp / debian/0.6.1-2
Import Debian changes 0.6.1-2 pspp (0.6.1-2) unstable; urgency=low * Install pspp.desktop file (Thanks to "Bojo 42" <bojo42@googlemail.com>) James R. Van Zandt authored 15 years ago Andreas Tille committed 5 years ago
5 changed file(s) with 33 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
0 pspp (0.6.1-2) unstable; urgency=low
1
2 * Install pspp.desktop file (Thanks to "Bojo 42" <bojo42@googlemail.com>)
3
4 -- James R. Van Zandt <jrv@debian.org> Fri, 20 Feb 2009 20:18:02 -0500
5
06 pspp (0.6.1-1) unstable; urgency=low
17
28 * New upstream release (closes:Bug#502856)
11 Section: math
22 Priority: optional
33 Maintainer: James R. Van Zandt <jrv@debian.org>
4 Build-Depends: debhelper (>= 4), gettext, libncurses5-dev, texlive, texi2html, libplot-dev, libgsl0-dev, texinfo, libglade2-dev, libreadline5-dev
4 Build-Depends: debhelper (>= 4), gettext, libncurses5-dev, texlive, texi2html, libplot-dev, libgsl0-dev, texinfo, libglade2-dev, libreadline5-dev, imagemagick
55 Standards-Version: 3.8.0
66 Homepage: http://savannah.gnu.org/projects/pspp
77
00 usr/bin
11 usr/share/man/man1
22 usr/share/emacs/site-lisp/pspp
3 usr/share/applications
4 usr/share/icons/hicolor/48x48/apps
5 usr/share/icons/hicolor/64x64/apps
0 [Desktop Entry]
1 Name=GNU PSPP
2 GenericName=Statistical Software
3 GenericName[de]=Statistiksoftware
4 Comment=Analyze statistical data with a free alternative to SPSS
5 Comment[de]= Statistische Daten mit einer freien Alternative zu SPSS analysieren
6 Exec=psppire %F
7 TryExec=psppire
8 Icon=pspp_48x48.png
9 StartupNotify=false
10 Terminal=false
11 Type=Application
12 Categories=GTK;Education;Science;Math;
5151
5252 # commands to compile the package.
5353 $(MAKE) $(MAKEFLAGS) CFLAGS="$(CFLAGS)" pkgsysconfdir=/etc/pspp all html pdf
54 convert src/ui/gui/pspplogo.png -background white -resize 48x48 src/ui/gui/pspp_48x48.png
5455
5556 touch build-stamp
5657
5758 clean:
5859 dh_testdir
5960 dh_testroot
60 rm -f build-stamp
61 rm -f build-stamp src/ui/gui/pspp_48x48.png
6162
6263 # Add here commands to clean up after the build process.
6364 [ ! -f Makefile ] || $(MAKE) distclean
106107 # dh_installinit
107108 dh_installcron
108109 dh_installman doc/pspp.man debian/psppire.1
109 # ${INSTALL_FILE} doc/pspp.man debian/pspp/usr/share/man/man1/pspp.1
110 # see http://standards.freedesktop.org/desktop-entry-spec/1.0/ar01s05.html
111 ${INSTALL_FILE} debian/pspp.desktop debian/pspp/usr/share/applications/pspp.desktop
112 # see http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html
113 ${INSTALL_FILE} src/ui/gui/pspp_48x48.png debian/pspp/usr/share/icons/hicolor/48x48/apps/pspp.png
114 ${INSTALL_FILE} src/ui/gui/pspplogo.png debian/pspp/usr/share/icons/hicolor/64x64/apps/pspp.png
115 # dh_desktop currently ignores .desktop files without MIME types,
116 # but call it anyway to silence the lintian warning
117 dh_desktop
110118 dh_installinfo
111119 # dh_undocumented
112120 dh_installchangelogs ChangeLog