(cherry picked from commit 118299b679
)
pull/92/head
parent
6b71d2cda5
commit
c66f10205c
@ -0,0 +1 @@
|
|||||||
|
../../../ubuntu/maverick/metapackages/tde-ubuntu-integration
|
@ -0,0 +1 @@
|
|||||||
|
../../../ubuntu/maverick/metapackages/tde-ubuntu-integration
|
@ -0,0 +1,5 @@
|
|||||||
|
tde-ubuntu-integration (0.1-0) maverick; urgency=low
|
||||||
|
|
||||||
|
* Initial version
|
||||||
|
|
||||||
|
-- Timothy Pearson <kb9vqf@pearsoncomputing.net> Mon, 08 Aug 2011 13:03:00 -0600
|
@ -0,0 +1 @@
|
|||||||
|
5
|
@ -0,0 +1,14 @@
|
|||||||
|
Source: tde-ubuntu-integration
|
||||||
|
Section: kde
|
||||||
|
Priority: extra
|
||||||
|
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
|
||||||
|
Uploaders: Timothy Pearson <kb9vqf@pearsoncomputing.net>
|
||||||
|
Build-Depends: debhelper (>=5.0), 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
|
@ -0,0 +1 @@
|
|||||||
|
etc
|
@ -0,0 +1,12 @@
|
|||||||
|
FPACKAGE = tde-ubuntu-integration
|
||||||
|
VERSION = 0.1-0
|
||||||
|
|
||||||
|
build:
|
||||||
|
|
||||||
|
clean:
|
||||||
|
|
||||||
|
install:
|
||||||
|
|
||||||
|
mkdir -p /etc
|
||||||
|
cp -Rp etc/* $(DESTDIR)/etc/
|
||||||
|
chmod -R 644 $(DESTDIR)/etc/
|
@ -0,0 +1,11 @@
|
|||||||
|
[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
|
@ -0,0 +1,22 @@
|
|||||||
|
#! /usr/bin/make -f
|
||||||
|
|
||||||
|
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||||
|
|
||||||
|
DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \
|
||||||
|
&& echo xz || echo bzip2)
|
||||||
|
|
||||||
|
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