diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 15:25:21 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 15:25:21 -0600 |
commit | 469a2fea7abec99022999bfd31e6d81c9364e325 (patch) | |
tree | 9b26af63d79d8c6b35efbd5dc48fe7bf85c82986 /ubuntu/lucid_automake/kdebase/debian/rules | |
parent | 51bd98a34517e658bbaab01a523d4d3f99ed509d (diff) | |
download | tde-packaging-469a2fea7abec99022999bfd31e6d81c9364e325.tar.gz tde-packaging-469a2fea7abec99022999bfd31e6d81c9364e325.zip |
Update Debian and Ubuntu packaging to match recent renaming
Diffstat (limited to 'ubuntu/lucid_automake/kdebase/debian/rules')
-rwxr-xr-x | ubuntu/lucid_automake/kdebase/debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ubuntu/lucid_automake/kdebase/debian/rules b/ubuntu/lucid_automake/kdebase/debian/rules index 6a3938cba..814abbacf 100755 --- a/ubuntu/lucid_automake/kdebase/debian/rules +++ b/ubuntu/lucid_automake/kdebase/debian/rules @@ -17,7 +17,7 @@ DEB_KDE_APIDOX := yes CXXFLAGS := -DSMB_CTX_FLAG_USE_KERBEROS -DSMB_CTX_FLAG_FALLBACK_AFTER_KERBEROS -g -Wall $(DEB_OPT_FLAG) DEB_CONFIGURE_EXTRA_FLAGS := --with-shadow --without-java --with-pam=kde-kde3 --prefix=/opt/kde3 \ - --with-kcp-pam=kcheckpass-kde3 --with-tdm-pam=tdm-kde3 --with-kss-pam=kscreensaver-kde3 --with-extra-libs=/opt/kde3/lib \ + --with-kcp-pam=kcheckpass-kde3 --with-tdm-pam=tdm-kde3 --with-kss-pam=tdescreensaver-kde3 --with-extra-libs=/opt/kde3/lib \ --with-extra-includes=/usr/include/sasl --with-usbids=/usr/share/misc/usb.ids --with-sudo-kdesu-backend \ --enable-closure @@ -254,7 +254,7 @@ binary-install/klipper-kde3:: binary-install/kdebase-kde3-bin:: install -p -D -m644 debian/kcheckpass-kde3.pam debian/kdebase-kde3-bin/etc/pam.d/kcheckpass-kde3 - install -p -D -m644 debian/kscreensaver-kde3.pam debian/kdebase-kde3-bin/etc/pam.d/kscreensaver-kde3 + install -p -D -m644 debian/tdescreensaver-kde3.pam debian/kdebase-kde3-bin/etc/pam.d/tdescreensaver-kde3 mkdir -p debian/kdebase-kde3-bin/opt/kde3/share/apps/kxkb/ install -p -D -m644 debian/ubuntu.xmodmap debian/kdebase-kde3-bin/opt/kde3/share/apps/kxkb/system.xmodmap install -p -D -m644 debian/80ubuntu-xmodmap debian/kdebase-kde3-bin/etc/X11/Xsession.d/80ubuntu-kde3-xmodmap |