~ubuntu-branches/debian/experimental/nzbget/experimental

« back to all changes in this revision

Viewing changes to debian/patches/0001-dont-embed-libraries.patch

  • Committer: Package Import Robot
  • Author(s): Andreas Moog
  • Date: 2013-07-18 14:50:28 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130718145028-qhxse81w1sj5w424
Tags: 11.0+dfsg-1
* New upstream release (Closes: #701896)
* Repackage original tarball to remove copies of jquery and twitter-
  bootstrap
* debian/watch: Update for new versioning scheme
* debian/patches: Remove all old patches, add one patch:
  - dont-embed-libraries.patch: Don't install embedded jquery and bootstrap 
    libraries
* debian/combat: Upgrade to debhelper combat 9
* debian/control:
  - Fix Vcs-Git field
  - Adjust debhelper version for combat level 9
  - Add jquery and bootstrap to depends for integrated webserver
  - Add python to recommends for post-processing scripts
  - Bump build-depends on libpar2-dev to support the cancel function
* debian/links:
  - Use the system jquery and bootstrap libraries
* debian/rules:
  - Add get-orig-source target to build modified upstream tarball
* Adjust sample nzbget.conf:
  - Only listen to 127.0.0.1 instead of 0.0.0.0
  - Use nzbget.conf as template for webui configuration
* Adjust sample nzbgetd init file:
  - Point to correct location of nzbget binary

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: Do not embed copies of libraries that are already in Debian.
 
2
Author: Andreas Moog <amoog@ubuntu.com>
 
3
Forwarded: not-needed
 
4
Last-Update: 2013-07-18
 
5
 
 
6
--- nzbget-11.0+dfsg.orig/Makefile.am
 
7
+++ nzbget-11.0+dfsg/Makefile.am
 
8
@@ -57,8 +57,6 @@ webui_FILES = \
 
9
        webui/index.html webui/index.js webui/downloads.js webui/edit.js webui/fasttable.js \
 
10
        webui/history.js webui/messages.js webui/status.js webui/style.css webui/upload.js \
 
11
        webui/util.js webui/config.js \
 
12
-       webui/lib/bootstrap.js webui/lib/bootstrap.min.js webui/lib/bootstrap.css  \
 
13
-       webui/lib/jquery.js webui/lib/jquery.min.js \
 
14
        webui/img/icons.png webui/img/icons-2x.png \
 
15
        webui/img/transmit.gif webui/img/transmit-file.gif webui/img/favicon.ico \
 
16
        webui/img/download-anim-green-2x.png webui/img/download-anim-orange-2x.png \