~ubuntu-branches/ubuntu/raring/libjgraph-java/raring

« back to all changes in this revision

Viewing changes to debian/dh_wraporig.local

  • Committer: Bazaar Package Importer
  • Author(s): gregor herrmann
  • Date: 2007-05-13 02:12:09 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070513021209-7hbyggafktcop30u
Tags: 5.10.1.0.dfsg-1
* New upstream release.
* Improve debian/watch and debian/rules.
* Use dh_wraporig to create .dfsg tarball:
  - Add debian/dh_wraporig.local.
  - Include created debian/README.Debian-source.
  - Adapt debian/watch to call dh_wraporig.
  - Change get-orig-source target in debian/rules to use uscan/dh_wraporig.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# later on should be changed to svn-upgrade
 
2
# but now that would just annoy
 
3
post_command=
 
4
 
 
5
# files/directories to delete. bash patterns
 
6
delete_files='./examples/org/jgraph/example/JGraphAbstractIconAnimator.java'
 
7
 
 
8
# suffix to attach
 
9
suffix_out=.dfsg
 
10
suffix_version_out=.dfsg
 
11
 
 
12
# for now we better simply create a symlink
 
13
# do_orig_symlink=" pleasedo ;-) "
 
14
 
 
15
# do we need original tarball? I guess so for now,
 
16
# if not - uncomment
 
17
# do_delete_originals=" kill the beast "
 
18
 
 
19
# Create README.Debian-source
 
20
do_create_readme=" of course "
 
21
 
 
22
# where to put the new tarball
 
23
dest_dir=".."
 
24