~muktupavels/metacity/adwaita-icon-theme-lp-1414613

« back to all changes in this revision

Viewing changes to debian/scripts/vars

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2005-10-03 22:44:28 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20051003224428-ft31gkmz12qpzohj
Tags: 1:2.12.1-0ubuntu1
* New upstream release:
  - Thanks to Ray Strode, Havoc Pennington, and Elijah Newren for
    improvements in this release.
  - Truncate ridiculously long titles to avoid crashing or letting the
    pager crash (Ray, Havoc, Elijah) [#315070] (Ubuntu: #15995)
  - Get the tabbing window outline to work with gtk+ 2.8.4 again
    (Elijah) [#317528] (Ubuntu: #16589)
  - Translations: Mahay Alam Khan (bn), Francisco Javier F. Serrador (es), 
    Ivar Smolin (et), I\uffffaki Larra\uffffaga Murgoitio (eu), Luca 
    Ferretti (it), Christian Rose (sv), Clytie Siddall (vi), Funda 
    Wang (zh_CN)
* debian/control.in:
  - Bumped Standards-Version.
* debian/patches/003_bordersdrawingfix.patch:
  - dropped, fixed upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# This file is NOT a shell script.
2
 
#
3
 
# This file gets included by both debian/rules (make) AND the scripts in
4
 
# debian/scripts (bash)
5
 
#
6
 
 
7
 
# Where to cd to to unpack all the tarballs.
8
 
SOURCE_DIR=build-tree
9
 
# For a single pkg, this is the directory that is embedded in the tarball.
10
 
# For multiple pkgs, this is null.
11
 
TAR_DIR=metacity-2.3.89
12
 
# Where to place all the stamp files.  This directory can be removed, and
13
 
# all the targets will then be rerun.
14
 
STAMP_DIR=debian/stampdir
15
 
# When sys-build.mk is used to build the source, this is the target(s) to
16
 
# run.
17
 
BUILD_TARGET=
18
 
# When cleaning the source, during diff generation, if this is set, this
19
 
# target will be called in debian/rules.  This allows for pkgs that have
20
 
# complicated cleaning rules.
21
 
CLEAN_TARGET_EXTERNAL=
22
 
# Whether to die if the source cleaning fails.
23
 
CLEAN_IGNORE=yes
24
 
# The clean target to run.  Defaults to clean.
25
 
CLEAN_TARGET=distclean
26
 
# Files to exclude from the diff.
27
 
DIFF_EXCLUDE="Makefile.in configure"
28
 
# Where the patches are located(duh!).
29
 
PATCH_DIR=debian/patches
30
 
SRC_PATCH_DIR=upstream/patches
31
 
SRC_TAR_DIR=upstream/tarballs