~ubuntu-branches/ubuntu/utopic/libnb-platform18-java/utopic-proposed

« back to all changes in this revision

Viewing changes to debian/README.source

  • Committer: Package Import Robot
  • Author(s): tony mancill, Andrew Ross, tony mancill
  • Date: 2013-12-25 10:42:18 UTC
  • Revision ID: package-import@ubuntu.com-20131225104218-jeviqyvn71vat6x5
Tags: 7.4+dfsg1-1
* Team upload.

[ Andrew Ross ]
* New upstream release of Netbeans.
* Switch to mingw-w64 (Closes: #680468)
* Separate Netbeans Platform back into its own package.
* Include cluster release number in source package name to allow
  multiple Netbeans platforms to be installed at once.
* Build .nbm modules and install into their own package.
* Upstream removed bashism from o.n.bootstrap/launcher/unix/nbexec
  (Closes: #690633)
* Updated debian/patches.

[ tony mancill ]
* Bump standards version to 3.9.5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
The tarball is generated from the upstream zip using orig-tar.sh which
 
2
removes bundled jar files and other binaries, including some which we
 
3
cannot regenerate in Debian but don't need.
 
4
 
 
5
To build the source package with git-buildpackage, you'll need to 
 
6
apply the patches and then build with --git-ignore-new.  That is:
 
7
 
 
8
        quilt push -a
 
9
        git-buildpackage --git-ignore-all
 
10
 
 
11
Or just extract the source package and use debuild -us -uc.