Processed: Re: devscripts: [dget] Please support downloading packages over gopher://

2017-11-03 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 880649 devscripts: [dget] Please support downloading packages over 
> gopher://
Bug #880649 [src:devscripts] devscripts: [dget] Please support downloading 
packages using gopher
Changed Bug title to 'devscripts: [dget] Please support downloading packages 
over gopher://' from 'devscripts: [dget] Please support downloading packages 
using gopher'.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
880649: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=880649
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
devscripts-devel mailing list
devscripts-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel


Processed: retitle 880649 to devscripts: [dget] Please support downloading packages using gopher ...

2017-11-03 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 880649 devscripts: [dget] Please support downloading packages using 
> gopher
Bug #880649 [src:devscripts] devscripts: [dch] Please support downloading 
packages over gopher://
Changed Bug title to 'devscripts: [dget] Please support downloading packages 
using gopher' from 'devscripts: [dch] Please support downloading packages over 
gopher://'.
> user devscri...@packages.debian.org
Setting user to devscri...@packages.debian.org (was a...@adam-barratt.org.uk).
> usertags 880649 + dget
There were no usertags set.
Usertags are now: dget.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
880649: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=880649
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
devscripts-devel mailing list
devscripts-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel


Bug#880649: devscripts: [dch] Pleas support downloading packages over gopher://

2017-11-03 Thread Chris Lamb
Source: devscripts
Version: 2.17.11
Severity: wishlist 
Tags: patch

Hi,

Patch attached that adds support for downloading packages over
the Gopher protocol.


Best wishes,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-
diff --git a/scripts/dget.pl b/scripts/dget.pl
index f478240..4d97473 100755
--- a/scripts/dget.pl
+++ b/scripts/dget.pl
@@ -457,7 +457,7 @@ for my $arg (@ARGV) {
 $found_dsc = "";
 
 # case 1: URL
-if ($arg =~ 
/^((?:copy|file|ftp|http|rsh|rsync|ssh|www).*)\/([^\/]+\.\w+)$/) {
+if ($arg =~ 
/^((?:copy|file|ftp|gopher|http|rsh|rsync|ssh|www).*)\/([^\/]+\.\w+)$/) {
get_file($1, $2, "unlink") or exit 1;
if ($found_dsc) {
if ($dget_verify) { # We are duplicating work here a bit as
___
devscripts-devel mailing list
devscripts-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel

Bug#880635: rmadison does not look in provides

2017-11-03 Thread Adam D. Barratt

Control: severity -1 normal
Control: affects -1 + devscripts
Control: clone -1 -2
Control: reassign -1 qa.debian.org
Control: retitle -1 should madison.cgi process provides?
Control: reassign -2 ftp.debian.org
Control: retitle -2 consider handling provides as dependencies

On 2017-11-03 6:04, Pirate Praveen wrote:

package: devscripts
version: 2.17.11
severity: important
Control: affects -1 npm2deb

I think NEW queue web page


I'm not sure how you expect the devscripts team to change anything 
there.



and rmadison needs to be updated to look in
provides as well.


Well, rmadison simply queries external sources, so it's those that would 
need to be updated.


I'm cloning and reassigning this bug to the relevant areas, but this 
would be a behvaiour change in dak, so I'm not sure how much success 
you'll have.


Regards,

Adam

___
devscripts-devel mailing list
devscripts-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel


Processed: rmadison does not look in provides

2017-11-03 Thread Debian Bug Tracking System
Processing control commands:

> affects -1 npm2deb
Bug #880635 [devscripts] rmadison does not look in provides
Added indication that 880635 affects npm2deb

-- 
880635: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=880635
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
devscripts-devel mailing list
devscripts-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel


Bug#880635: rmadison does not look in provides

2017-11-03 Thread Pirate Praveen
package: devscripts
version: 2.17.11
severity: important
Control: affects -1 npm2deb

I think NEW queue web page and rmadison needs to be updated to look in
provides as well.

$ rmadison node-babel-plugin-transform-es2015-template-literals

gives empty result.

apt-cache show node-babel-preset-es2015 |grep Provides
Provides: node-babel-plugin-check-es2015-constants (= 6.22.0),
node-babel-plugin-transform-es2015-arrow-functions (= 6.22.0),
node-babel-plugin-transform-es2015-block-scoped-functions (= 6.22.0),
node-babel-plugin-transform-es2015-block-scoping (= 6.24.1),
node-babel-plugin-transform-es2015-classes (= 6.24.1),
node-babel-plugin-transform-es2015-computed-properties (= 6.24.1),
node-babel-plugin-transform-es2015-destructuring (= 6.23.0),
node-babel-plugin-transform-es2015-duplicate-keys (= 6.24.1),
node-babel-plugin-transform-es2015-for-of (= 6.23.0),
node-babel-plugin-transform-es2015-function-name (= 6.24.1),
node-babel-plugin-transform-es2015-literals (= 6.22.0),
node-babel-plugin-transform-es2015-modules-amd (= 6.24.1),
node-babel-plugin-transform-es2015-modules-commonjs (= 6.24.1),
node-babel-plugin-transform-es2015-modules-systemjs (= 6.24.1),
node-babel-plugin-transform-es2015-modules-umd (= 6.24.1),
node-babel-plugin-transform-es2015-object-super (= 6.24.1),
node-babel-plugin-transform-es2015-parameters (= 6.24.1),
node-babel-plugin-transform-es2015-shorthand-properties (= 6.24.1),
node-babel-plugin-transform-es2015-spread (= 6.22.0),
node-babel-plugin-transform-es2015-sticky-regex (= 6.24.1),
node-babel-plugin-transform-es2015-template-literals (= 6.22.0),
node-babel-plugin-transform-es2015-typeof-symbol (= 6.23.0),
node-babel-plugin-transform-es2015-unicode-regex (= 6.24.1)

This made ftp masters to reject node-acorn-dynamic-import thinking the
dependencies are not in the archive.

This also caused problems for npm2deb as it relies on rmadison to
determine if a depndency is packaged or not.



signature.asc
Description: OpenPGP digital signature
___
devscripts-devel mailing list
devscripts-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel