~ubuntu-branches/ubuntu/oneiric/libjboss-remoting-java/oneiric

« back to all changes in this revision

Viewing changes to debian/orig-tar.sh

  • Committer: Package Import Robot
  • Author(s): Torsten Werner
  • Date: 2011-09-09 14:01:03 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: package-import@ubuntu.com-20110909140103-hqokx61534tas9rg
Tags: 2.5.3.SP1-1
* Newer but not newest upstream release. Do not build samples.
* Change debian/watch to upstream's svn repo.
* Add patch to fix compile error caused by tomcat update.
  (Closes: #628303)
* Switch to source format 3.0.
* Switch to debhelper level 7.
* Remove useless Depends.
* Update Standards-Version: 3.9.2.
* Update README.source.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
# called by uscan with '--upstream-version' <version> <file>
4
4
TAR=libjboss-remoting-java_$2.orig.tar.gz
5
5
DIR=libjboss-remoting-java-$2.orig
 
6
TAG=$2
6
7
 
7
8
# clean up the upstream tarball
8
 
mkdir $DIR
9
 
(cd $DIR; unzip ../$3; find -type f|xargs perl -pi -e 's/\r$//g')
 
9
svn export http://anonsvn.jboss.org/repos/jbossremoting/remoting2/tags/$TAG $DIR
10
10
GZIP=--best tar -c -z -f $TAR -X debian/orig-tar.exclude $DIR
11
 
rm -rf $DIR $3
 
11
rm -rf $DIR $TAG
12
12
 
13
13
# move to directory 'tarballs'
14
14
if [ -r .svn/deb-layout ]; then