~ubuntu-branches/ubuntu/hardy/notification-daemon/hardy-proposed

« back to all changes in this revision

Viewing changes to missing

  • Committer: Bazaar Package Importer
  • Author(s): Sivan Greenberg
  • Date: 2006-11-21 00:41:53 UTC
  • mfrom: (1.1.5 upstream) (2.1.1 etch)
  • Revision ID: james.westby@ubuntu.com-20061121004153-1jtmvmsga3j3tqtz
Tags: 0.3.6-0ubuntu1
* New upstream release:
  + 06_fix_prefix_for_dbus_binding_tool.patch:
    o fix the dbus-binding-tool usage to be compatible with dbus-glib 0.72
      (Upstream SVN rev #2938)
* Merged from debian sid:
  + Bumped standards version.
* Remaining ubuntu changes:
  + 01_ubuntu_theme.patch.
  + 02_make_ubuntu_theme_default.patch.
  + 03_fix_xinerama.patch.
  + 04_fix_xinerama_in_theme_c.patch.
  + 05_dont_crash_on_critical_warnings.patch.
  + 99_autoreconf.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
# Common stub for a few missing GNU programs while installing.
3
3
 
4
 
scriptversion=2005-02-08.22
 
4
scriptversion=2005-06-08.21
5
5
 
6
6
# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005
7
7
#   Free Software Foundation, Inc.
19
19
 
20
20
# You should have received a copy of the GNU General Public License
21
21
# along with this program; if not, write to the Free Software
22
 
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
23
 
# 02111-1307, USA.
 
22
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 
23
# 02110-1301, USA.
24
24
 
25
25
# As a special exception to the GNU General Public License, if you
26
26
# distribute this file as part of a program that contains a
297
297
      # ... or it is derived from the source name (dir/f.texi becomes f.info)
298
298
      test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
299
299
    fi
 
300
    # If the file does not exist, the user really needs makeinfo;
 
301
    # let's fail without touching anything.
 
302
    test -f $file || exit 1
300
303
    touch $file
301
304
    ;;
302
305