summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-02-09 16:57:08 -0700
committerSean Whitton <spwhitton@spwhitton.name>2019-02-09 17:03:54 -0700
commit86c11b0f5c2b4b8d857352e7adb668ef1cfe5a5d (patch)
tree9eda5b1486cd3c9dc6d4ee81af5b60c4b9ccce69
parent9190a4153aa5e84394684cb36b90175b326763f4 (diff)
comment out bin:bitlbee-plugin-skype & bin:skypedHEADdebian/3.5.1-1.2archive/debian/3.5.1-1.2master
-rw-r--r--debian/changelog12
-rw-r--r--debian/control42
2 files changed, 33 insertions, 21 deletions
diff --git a/debian/changelog b/debian/changelog
index 8d5611a..f872a15 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+bitlbee (3.5.1-1.2) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Comment out bitlbee-plugin-skype and skyped in d/control (Closes: #921895).
+ These binary packages are not built by d/rules by default, and as such
+ they are not currently in the archive. Commenting them out in order
+ to avoid my NMU hitting binNEW; this caused the -1.1 source-only
+ upload to fail.
+ Thank you to Mattia Rizzolo for suggesting this fix.
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Sat, 09 Feb 2019 17:03:38 -0700
+
bitlbee (3.5.1-1.1) unstable; urgency=medium
* Non-maintainer upload.
diff --git a/debian/control b/debian/control
index 89a7efb..11c0204 100644
--- a/debian/control
+++ b/debian/control
@@ -69,25 +69,25 @@ Description: IRC to other chat networks gateway (OTR plugin)
This package contains a plugin that adds support for Off-The-Record
encryption of instant messages.
-Package: bitlbee-plugin-skype
-Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, bitlbee (= ${binary:Version}) | bitlbee-libpurple (= ${binary:Version}), bitlbee-common (= ${source:Version})
-Recommends: skyped
-Description: IRC to other chat networks gateway (Skype plugin)
- This program can be used as an IRC server which forwards everything you
- say to people on other chat networks: Jabber (which includes Google
- Talk), ICQ, AIM, MSN and Twitter.
- .
- This package contains a plugin that adds support for the Skype IM network.
- You need to download and install the Skype client for this to work.
+# Package: bitlbee-plugin-skype
+# Architecture: any
+# Depends: ${misc:Depends}, ${shlibs:Depends}, bitlbee (= ${binary:Version}) | bitlbee-libpurple (= ${binary:Version}), bitlbee-common (= ${source:Version})
+# Recommends: skyped
+# Description: IRC to other chat networks gateway (Skype plugin)
+# This program can be used as an IRC server which forwards everything you
+# say to people on other chat networks: Jabber (which includes Google
+# Talk), ICQ, AIM, MSN and Twitter.
+# .
+# This package contains a plugin that adds support for the Skype IM network.
+# You need to download and install the Skype client for this to work.
-Package: skyped
-Architecture: all
-Depends: ${misc:Depends}, ${shlibs:Depends}, python (>= 2.5), python-gnutls, python-skype (>=0.9.28.7)
-Recommends: skype
-Description: Daemon to control Skype remotely
- Daemon to control the GUI Skype client. Currently required to control Skype
- from the BitlBee IRC2IM gateway. Skyped and Skype can run on a different
- host than the BitlBee server, the communication is encrypted.
- .
- You need to download and install the Skype client for this to work.
+# Package: skyped
+# Architecture: all
+# Depends: ${misc:Depends}, ${shlibs:Depends}, python (>= 2.5), python-gnutls, python-skype (>=0.9.28.7)
+# Recommends: skype
+# Description: Daemon to control Skype remotely
+# Daemon to control the GUI Skype client. Currently required to control Skype
+# from the BitlBee IRC2IM gateway. Skyped and Skype can run on a different
+# host than the BitlBee server, the communication is encrypted.
+# .
+# You need to download and install the Skype client for this to work.