Created
March 6, 2010 21:26
-
-
Save jberkel/323956 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff -ruN debian/control debian_new/control | |
| --- debian/control 2010-02-27 23:32:15.000000000 +0000 | |
| +++ debian_new/control 2010-03-06 21:26:18.000000000 +0000 | |
| @@ -4,25 +4,15 @@ | |
| Maintainer: Leo Costela <costela@debian.org> | |
| Uploaders: Philipp Benner <pbenner@uni-osnabrueck.de> | |
| DM-Upload-Allowed: yes | |
| -Build-Depends: debhelper (>= 7), autotools-dev, libgtk2.0-dev, libevent-dev | |
| - (>= 1.4), libglib2.0-dev, libnotify-dev, libssl-dev, libcurl4-dev | | |
| - libcurl-dev, chrpath, intltool (>= 0.40), qt4-qmake, libqt4-dev, | |
| +Build-Depends: debhelper (>= 7), autotools-dev, libevent-dev | |
| + (>= 1.4), libglib2.0-dev, libssl-dev, libcurl4-dev | | |
| + libcurl-dev, chrpath, intltool (>= 0.40) | |
| # libcanberra-gtk-dev, libgconf2-dev | |
| Standards-Version: 3.8.4 | |
| Vcs-Browser: http://svn.debian.org/wsvn/collab-maint/deb-maint/transmission/ | |
| Vcs-Svn: svn://svn.debian.org/collab-maint/deb-maint/transmission/ | |
| Homepage: http://www.transmissionbt.com/ | |
| -Package: transmission | |
| -Architecture: all | |
| -Depends: transmission-cli (>= ${binary:Version}), transmission-gtk (>= ${binary:Version}), transmission-common (= ${source:Version}), ${misc:Depends} | |
| -Description: lightweight BitTorrent client | |
| - Transmission is a simple BitTorrent client. It features a very simple, | |
| - intuitive interface (gui and command-line) on top on an efficient, | |
| - cross-platform back-end. | |
| - . | |
| - This package installs both CLI and GUI versions of transmission. | |
| - | |
| Package: transmission-common | |
| Architecture: all | |
| Depends: ${misc:Depends} | |
| @@ -45,25 +35,6 @@ | |
| features a very simple, intuitive interface on top on an efficient, | |
| cross-platform back-end. | |
| -Package: transmission-gtk | |
| -Architecture: any | |
| -Depends: ${shlibs:Depends}, transmission-common (= ${source:Version}), ${misc:Depends} | |
| -Recommends: xdg-utils | |
| -Replaces: transmission (<< 0.6.1.dfsg-2) | |
| -Description: lightweight BitTorrent client (GTK interface) | |
| - Transmission-gtk is a GTK-based BitTorrent client. It features a | |
| - very simple, intuitive interface on top on an efficient, | |
| - cross-platform back-end. | |
| - | |
| -Package: transmission-qt | |
| -Architecture: any | |
| -Depends: ${shlibs:Depends}, transmission-common (= ${source:Version}), ${misc:Depends} | |
| -Recommends: xdg-utils | |
| -Description: lightweight BitTorrent client (Qt interface) | |
| - QTransmission is a Qt-based BitTorrent client. It features a | |
| - very simple, intuitive interface on top on an efficient, | |
| - cross-platform back-end. | |
| - | |
| Package: transmission-daemon | |
| Architecture: any | |
| Pre-Depends: adduser | |
| diff -ruN debian/transmission-common.install debian_new/transmission-common.install | |
| --- debian/transmission-common.install 2010-02-27 23:32:15.000000000 +0000 | |
| +++ debian_new/transmission-common.install 2010-03-06 21:26:34.000000000 +0000 | |
| @@ -1,3 +1 @@ | |
| usr/share/transmission/web | |
| -usr/share/pixmaps | |
| -debian/transmission.xpm usr/share/pixmaps |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment