~ubuntu-branches/ubuntu/quantal/libgail-gnome/quantal

« back to all changes in this revision

Viewing changes to debian/scripts/messages

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge, Loic Minier, Sebastian Dröge
  • Date: 2007-09-18 08:42:38 UTC
  • mfrom: (1.1.7 upstream) (3.1.8 gutsy)
  • Revision ID: james.westby@ubuntu.com-20070918084238-p3uywo4vopk9mpxs
[ Loic Minier ]
* Fix description of the -dbg package.

[ Sebastian Dröge ]
* New upstream release.
* debian/control.in:
  + Use ${binary:Version} instead of ${Source-Version} to make lintian happy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
fix.source.patch:START:"Fixing upstream patch $1"
2
 
fix.source.patch:OK:"successful."
3
 
fix.source.patch:FAILED:"failed!"
4
 
fix.source.patch:ALREADY_DONE:"upstream patch fixup $1 already applied!"
5
 
 
6
 
unfix.source.patch:START:"Unfixing upstream patch $1"
7
 
unfix.source.patch:OK:"successful."
8
 
unfix.source.patch:FAILED:"failed!"
9
 
unfix.source.patch:ALREADY_DONE:"upstream patch fixup $1 already reversed!"
10
 
 
11
 
patch.unapply:START:"Reversing patch $1"
12
 
patch.unapply:OK:"successful."
13
 
patch.unapply:FAILED:"failed!"
14
 
patch.unapply:ALREADY_DONE:"Patch $1 not applied!"
15
 
 
16
 
patch.apply:START:"Applying patch $1"
17
 
patch.apply:OK:"successful."
18
 
patch.apply:FAILED:"failed!"
19
 
patch.apply:ALREADY_DONE:"Patch $1 already applied!"
20
 
 
21
 
source.patch:START:"Applying upstream patch $1"
22
 
source.patch:OK:"successful."
23
 
source.patch:FAILED:"failed!"
24
 
source.patch:ALREADY_DONE:"upstream patch $1 already applied!"
25
 
 
26
 
source.unpack:START:"Extracting upstream tarball $1"
27
 
source.unpack:OK:"successful."
28
 
source.unpack:FAILED:"failed!"
29
 
source.unpack:ALREADY_DONE:"upstream tarball $1 already extracted!"