~ubuntu-branches/ubuntu/trusty/xscreensaver/trusty

« back to all changes in this revision

Viewing changes to debian/patches/91_ubuntu-no-pam-conf.patch

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2009-11-30 13:33:13 UTC
  • mfrom: (1.1.8 upstream) (2.1.6 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091130133313-3b5nz2e7hvbb8h3l
Tags: 5.10-3ubuntu1
* Merge with Debian unstable, remaining changes: (LP: #489062)
  - debian/control: add Build-Depends on ubuntu-artwork
  - debian/rules: use /usr/share/backgrounds
  - debian/control: Move xli | xloadimage recommends to suggests
  - debian/split-hacks.config: Use different set of default hacks to Debian
  - debian/source_xscreensaver.py: Add apport hook
  - debian/patches/53_XScreenSaver.ad.in.patch: Use Ubuntu branding

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Index: xscreensaver-5.04/driver/Makefile.in
2
 
===================================================================
3
 
--- xscreensaver-5.04.orig/driver/Makefile.in   2007-12-09 19:14:19.000000000 +0100
4
 
+++ xscreensaver-5.04/driver/Makefile.in        2007-12-09 19:14:54.000000000 +0100
5
 
@@ -258,7 +258,7 @@
6
 
 tests: $(TEST_EXES)
7
 
 
8
 
 install:   install-program   install-ad    install-scripts \
9
 
-          install-gnome     install-man   install-xml install-pam
10
 
+          install-gnome     install-man   install-xml
11
 
 uninstall: uninstall-program uninstall-ad  \
12
 
           uninstall-gnome   uninstall-man uninstall-xml  
13