[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#787478: jessie-pu: package how-can-i-help/10



Hey,

Attaching how-can-i-help debdiff of 10 -> 10+deb8u1.


Regards,
T.
diff -Nru how-can-i-help-10/bin/how-can-i-help how-can-i-help-10+deb8u1/bin/how-can-i-help
--- how-can-i-help-10/bin/how-can-i-help	2014-12-01 09:01:27.000000000 +0100
+++ how-can-i-help-10+deb8u1/bin/how-can-i-help	2015-08-18 12:19:56.000000000 +0200
@@ -41,7 +41,7 @@
   exit(0)
 end
 
-HELPITEMS_URL = 'http://udd.debian.org/how-can-i-help.json.gz'
+HELPITEMS_URL = 'https://udd.debian.org/how-can-i-help.json.gz'
 CACHEDIR = "#{HOME}/.cache/how-can-i-help"
 CONFIGDIR = "#{HOME}/.config/how-can-i-help"
 SEEN_LOCAL = "#{CACHEDIR}/seen.json"
@@ -120,6 +120,7 @@
 proxy_user, proxy_pass = proxy_uri.userinfo.split(/:/) if proxy_uri.userinfo
 http_object = Net::HTTP.new(uri.host, uri.port, proxy_uri.host, proxy_uri.port,
                      proxy_user, proxy_pass)
+http_object.use_ssl = uri.scheme == 'https'
 # proceeding get_response
 
 begin
diff -Nru how-can-i-help-10/debian/changelog how-can-i-help-10+deb8u1/debian/changelog
--- how-can-i-help-10/debian/changelog	2014-12-01 09:21:26.000000000 +0100
+++ how-can-i-help-10+deb8u1/debian/changelog	2015-08-18 13:35:55.000000000 +0200
@@ -1,3 +1,13 @@
+how-can-i-help (10+deb8u1) jessie; urgency=medium
+
+  * Change hcih data source from http to https. Since the http is not 
+    supported by UDD anymore, older hcih versions won't be able to 
+    work. (Closes: #787471)
+    Patch from Stephen Kitt <skitt@debian.org>
+  * Added gbp configuration pointing to jessie branch.
+
+ -- Tomasz Nitecki <tnnn@tnnn.pl>  Tue, 18 Aug 2015 13:33:32 +0200
+
 how-can-i-help (10) unstable; urgency=medium
 
   [ Tomasz Nitecki ]
diff -Nru how-can-i-help-10/debian/gbp.conf how-can-i-help-10+deb8u1/debian/gbp.conf
--- how-can-i-help-10/debian/gbp.conf	1970-01-01 01:00:00.000000000 +0100
+++ how-can-i-help-10+deb8u1/debian/gbp.conf	2015-08-18 12:03:36.000000000 +0200
@@ -0,0 +1,2 @@
+[DEFAULT]
+debian-branch = jessie
\ No newline at end of file

Attachment: signature.asc
Description: OpenPGP digital signature


Reply to: