Signed-off-by: Slávek Banko <slavek.banko@axis.cz>pull/115/head
parent
0e6a39037a
commit
e4c118e8a8
@ -1,5 +0,0 @@
|
||||
tde-ubuntu-integration (0.1-0) maverick; urgency=low
|
||||
|
||||
* Initial version
|
||||
|
||||
-- Timothy Pearson <kb9vqf@pearsoncomputing.net> Mon, 08 Aug 2011 13:03:00 -0600
|
@ -1,13 +0,0 @@
|
||||
Source: tde-ubuntu-integration
|
||||
Section: kde
|
||||
Priority: extra
|
||||
Maintainer: TDE Debian Team <team-debian@trinitydesktop.org>
|
||||
Build-Depends: debhelper (>= 9~), cdbs
|
||||
Standards-Version: 3.8.4
|
||||
|
||||
Package: tde-ubuntu-integration
|
||||
Architecture: all
|
||||
Depends: policykit-1-gnome
|
||||
Description: TDE Ubuntu Integration
|
||||
Ubuntu integration for TDE
|
||||
This includes files needed for Polkit to function correctly under TDE
|
@ -1 +0,0 @@
|
||||
etc
|
@ -1,11 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Name=PolicyKit Authentication Agent
|
||||
Comment=PolicyKit Authentication Agent
|
||||
Exec=/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=
|
||||
NoDisplay=true
|
||||
OnlyShowIn=TDE;
|
||||
X-TDE-AutoRestart=true
|
||||
X-Ubuntu-Gettext-Domain=polkit-gnome-1
|
@ -1 +0,0 @@
|
||||
etc/xdg/autostart/polkit-tde-authentication-agent-1.desktop etc/xdg/autostart
|
@ -1,29 +0,0 @@
|
||||
#! /usr/bin/make -f
|
||||
|
||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||
|
||||
# The default gzip compressor has been changed in dpkg >= 1.17.0.
|
||||
deb_default_compress = $(shell LANG=C dpkg-deb --version | head -n1 | \
|
||||
sed -e "s|.*version ||" -e "s| .*||" | \
|
||||
xargs -r dpkg --compare-versions 1.17.0 lt \
|
||||
&& echo xz || echo gzip)
|
||||
ifeq ($(deb_default_compress),gzip)
|
||||
DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \
|
||||
&& echo xz || echo bzip2)
|
||||
endif
|
||||
|
||||
build: debian/stamp-distrospecific
|
||||
|
||||
debian/stamp-distrospecific:
|
||||
dh_testdir
|
||||
[ -e debian/stamp-distrospecific ] || \
|
||||
ls -a1 debian/distrospecific | grep -v "^\.*$$" | \
|
||||
tee debian/stamp-distrospecific | \
|
||||
tr "\n" "\0" | (cd debian/distrospecific && xargs -r0 mv -t ../..)
|
||||
|
||||
clean::
|
||||
dh_testdir
|
||||
[ ! -e debian/stamp-distrospecific ] || \
|
||||
cat debian/stamp-distrospecific | \
|
||||
tr "\n" "\0" | xargs -r0 mv -t debian/distrospecific
|
||||
rm -f debian/stamp-distrospecific
|
Loading…
Reference in new issue