~ubuntu-branches/ubuntu/lucid/dvipng/lucid-security

« back to all changes in this revision

Viewing changes to debian/orig-tar.sh

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2008-06-11 23:05:01 UTC
  • mfrom: (1.2.4 upstream) (6.1.4 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080611230501-7tfsg49hq856hqbs
Tags: 1.11-1
* new upstream release
* Update debian/watch.
* Remove the patch that has been applied upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh -e
 
2
 
 
3
# called by uscan with '--upstream-version' <version> <file>
 
4
 
 
5
# move to directory 'tarballs'
 
6
if [ -r .svn/deb-layout ]; then
 
7
  . .svn/deb-layout
 
8
  mv $3 $origDir
 
9
  echo "moved $3 to $origDir"
 
10
fi