~ubuntu-branches/ubuntu/wily/xfce4-appfinder/wily-proposed

« back to all changes in this revision

Viewing changes to mkinstalldirs

  • Committer: Bazaar Package Importer
  • Author(s): Yves-Alexis Perez, Yves-Alexis Perez, Lionel Le Folgoc
  • Date: 2011-02-06 22:28:37 UTC
  • mfrom: (1.3.18 upstream) (4.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20110206222837-1ng5if87r4hafv3a
Tags: 4.8.0-1
[ Yves-Alexis Perez ]
* New upstream release.
* debian/control:
  - refresh build-deps for Xfce 4.7.
  - update standards version to 3.9.1
  - add build-dep on libgarcon-1-0-dev.
  - add build-dep on hardening-includes.
* Switch to 3.0 (quilt) source format.
* debian/rules:
  - build with --as-needed.
  - add hardening flags to {C,LD}FLAGS
* debian/copyright updated for new release.

[ Lionel Le Folgoc ]
* debian/control: drop build-deps on libxfce4menu-0.1-dev (ported to garcon)
  and libthunar-vfs-1-dev (ported to gio).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
# mkinstalldirs --- make directory hierarchy
3
3
 
4
 
scriptversion=2006-05-11.19
 
4
scriptversion=2009-04-28.21; # UTC
5
5
 
6
6
# Original author: Noah Friedman <friedman@prep.ai.mit.edu>
7
7
# Created: 1993-05-16
157
157
# eval: (add-hook 'write-file-hooks 'time-stamp)
158
158
# time-stamp-start: "scriptversion="
159
159
# time-stamp-format: "%:y-%02m-%02d.%02H"
160
 
# time-stamp-end: "$"
 
160
# time-stamp-time-zone: "UTC"
 
161
# time-stamp-end: "; # UTC"
161
162
# End: