mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-10 15:10:55 +00:00
Better debian packaging
This commit is contained in:
parent
235a93537c
commit
b9b7927e81
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
tomb (1.2-1) unstable; urgency=low
|
||||
|
||||
* New upstream release
|
||||
|
||||
-- Denis Roio <jaromil@dyne.org> Mon, 07 Nov 2011 21:03:34 +0100
|
||||
|
||||
tomb (1.0-1) unstable; urgency=low
|
||||
|
||||
* New upstream release
|
||||
|
2
debian/compat
vendored
2
debian/compat
vendored
@ -1 +1 @@
|
||||
7
|
||||
8
|
||||
|
6
debian/postinst
vendored
Executable file
6
debian/postinst
vendored
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ -x /usr/sbin/update-mime ]; then
|
||||
update-mime
|
||||
fi
|
||||
|
12
debian/tomb-gtk.install
vendored
12
debian/tomb-gtk.install
vendored
@ -1,2 +1,14 @@
|
||||
usr/bin/tomb-status
|
||||
usr/share/man/man1/tomb-status.1
|
||||
usr/share/pixmaps/monmort.png
|
||||
usr/share/pixmaps/monmort.xpm
|
||||
usr/share/app-install/icons/monmort.png
|
||||
usr/share/application-registry/tomb.applications
|
||||
usr/share/applications/tomb.desktop
|
||||
usr/share/mime-info/tomb.keys
|
||||
usr/share/mime-info/tomb.mime
|
||||
usr/share/mime/packages/dyne-tomb.xml
|
||||
usr/share/themes/tomb/gtk-2.0-key/gtkrc
|
||||
usr/share/icons/hicolor/32x32/mimetypes/application-x-tomb-volume.png
|
||||
usr/share/icons/hicolor/32x32/mimetypes/application-x-tomb-key.png
|
||||
usr/share/app-install/desktop/tomb.desktop
|
||||
|
2
debian/tomb.install
vendored
2
debian/tomb.install
vendored
@ -2,5 +2,3 @@ usr/bin/tomb
|
||||
usr/bin/tomb-open
|
||||
usr/share/man/man1/tomb.1
|
||||
usr/share/man/man1/tomb-open.1
|
||||
usr/share/pixmaps/monmort.xpm
|
||||
usr/share/icons/monmort.png
|
||||
|
@ -8,6 +8,7 @@ endif
|
||||
|
||||
tomb_status_SOURCES = tomb-status.c
|
||||
tomb_status_LDADD = @GTK2_LIBS@ @NOTIFY_LIBS@
|
||||
tomb_status_LDFLAGS = -Wl,--as-needed
|
||||
tomb_status_CFLAGS = @GTK2_CFLAGS@ @NOTIFY_CFLAGS@
|
||||
|
||||
EXTRA_DIST = monmort.xpm tomb tomb-open
|
||||
|
Loading…
Reference in New Issue
Block a user