Bug#904031: gnome-shell is not opening

2018-07-18 Thread Shanavas M
Package: gnome-shell Version: 3.22.3-3 Severity: grave Justification: renders package unusable Dear Maintainer, * What led up to the situation? Just use debian desktop * What was the outcome of this action? syslog says gnome-shell[800]: JS LOG: pushModal: invocation of begin_modal

Bug#840213: [Pkg-javascript-devel] Bug#840213: [npm2deb] Not complete

2017-08-29 Thread Shanavas
s pacakge > How does it help when package is tested before installation ? >ro...@debian.org -- shanavas Sent from my Android device with K-9 Mail. Please excuse my brevity.

Bug#867295: [Pkg-javascript-devel] Bug#867295: npm2deb: please automatically exclude certain files from debian/install

2017-07-16 Thread Shanavas
On July 16, 2017 7:54:03 PM GMT+03:00, Pirate Praveen wrote: >Control: severity -1 grave from wishlist > >This is a regression introduced in 0.2.7, previous versions did not >have >this behavior. Yes, the idea was to include all files that npm includes in tarball. > I think only *.js and *.j

Bug#866864: ITP umask

2017-07-02 Thread Shanavas
Nodejs does support octal numbers. umask module uses it internationally. Octals should follow specific 0oxxx format in nodejs, umask can interprets decimal like numbers say 022 as octal -- Sent from my Android device with K-9 Mail. Please excuse my brevity.

Bug#864147: [Debian-Islamic-maintainers] Bug#864147: Updated thawab to latest version

2017-06-05 Thread Shanavas
Sure, we can wait for the fix On June 5, 2017 3:23:41 AM GMT+03:00, "أحمد المحمودي" wrote: >I see that you have filed an upstream bug that indexing fails. Maybe >updating to 4.1 should wait ? > > >On June 4, 2017 3:31:45 PM EET, Shanavas wrote: >>I have updated

Bug#864147: Updated thawab to latest version

2017-06-04 Thread Shanavas
I have updated thawab to 4.1 The repo is at https://git.fosscommunity.in/shanavasm/thawab/ Please check -- Sent from my Android device with K-9 Mail. Please excuse my brevity.

Bug#864147: thawab: Update thawab to latest version

2017-06-04 Thread Shanavas M
Package: thawab Version: 3.2.0-1.2 Severity: wishlist Update thawab to latest upstream version 4.1 -- System Information: Debian Release: 9.0 APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 4.9.0-3-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UT

Bug#863067: imagemagick: should depend on librsvg2-bin

2017-05-21 Thread Shanavas M
Package: imagemagick Version: 8:6.9.7.4+dfsg-8 Severity: important Imagemagick fails on svg files if librsvg2-bin is not installed. So imagemagick should depend on librsvg2-bin -- Package-specific info: ImageMagick program version --- animate: ImageMagick 6.9.7-4 Q16 x8

Bug#856720: Patch

2017-04-24 Thread Shanavas
ra-common >> Followup-For: Bug #856720 >> Tags: patch >> >> attaching patch >> Shanavas M > >This is supposed to be created by debian/tmpfiles.d/diaspora.conf and >works well with systemd. Hence I could not reproduce locally (host and >lxc both had syste

Bug#856720: Patch

2017-04-17 Thread shanavas
Package: diaspora-common Followup-For: Bug #856720 Tags: patch attaching patch Shanavas M 0001-Add-missing-directories.patch Description: Binary data

Bug#856720: symlink target does not exists

2017-04-17 Thread shanavas
diaspora-common package creates symlink from /usr/share/diaspora to /run/diaspora but the target directory /run/diaspora is never created. fixing the broken symlink fixes the issue

Bug#857991: [Pkg-javascript-devel] Bug#857991: npm2deb: Please Recommend npm instead of Depend

2017-03-19 Thread Shanavas
npm2deb depends on npm. It uses npm to retrieve npm module metadata and tarballs from npm registry. On March 17, 2017 8:31:41 PM GMT+03:00, "Jérémy Lal" wrote: >2017-03-17 18:07 GMT+01:00 Pirate Praveen : >> >> >> On 2017, മാർച്ച് 17 5:02:25 AM IST, "Jérémy Lal" >wrote: >>>I intend to ask remov

Bug#846560: [Debian-Islamic-maintainers] Bug#846560: Bug#846560: thawab: Build depending on librsvg2-bin fixes the issue.

2017-03-14 Thread Shanavas
Uploaded from https://git.fosscommunity.in/shanavasm/thawab by Praveen. On March 12, 2017 5:33:46 PM GMT+03:00, Shanavas wrote: > > >On March 11, 2017 5:30:45 AM GMT+03:00, "أحمد المحمودي" > wrote: >>Please prepare a NMU. If you can't find a sponsor, uploa

Bug#856830: Could not reproduce with pbuilder

2017-03-14 Thread Shanavas
Successfully built using pbuilder. -- Sent from my Android device with K-9 Mail. Please excuse my brevity.

Bug#846560: [Debian-Islamic-maintainers] Bug#846560: thawab: Build depending on librsvg2-bin fixes the issue.

2017-03-12 Thread Shanavas
t;>Build depending on librsvg2-bin which provides rsvg-convert solves the >>issue and successfully builds with pbuilder. >> >>patch attached. >> >>Shanavas M -- Sent from my Android device with K-9 Mail. Please excuse my brevity. 0001-Fix-build-dependencies.patch Description: Binary data

Bug#855010: pdfshuffler: Unable to save to pdf for some documents

2017-02-12 Thread Shanavas M
Package: pdfshuffler Version: 0.6.0-8 Severity: normal Fails to save for some documents with error "Expected object ID (8 0) does not match actual(7 0); xref table not zero-indexed. file failed-doc.pdf gives PDF document, version 1.3 It leaves the following syslog entry pdfshuffler.desktop[11162

Bug#846560: thawab: Build depending on librsvg2-bin fixes the issue.

2017-02-02 Thread shanavas
Package: thawab Followup-For: Bug #846560 Tags: patch It seems imagemagick uses rsvg-convert to convert svg to png. Build depending on librsvg2-bin which provides rsvg-convert solves the issue and successfully builds with pbuilder. patch attached. Shanavas M 0001-Fix-build

Bug#844389: npm2deb: properly install files if files section is not present in package.json

2016-11-14 Thread Shanavas M
Package: npm2deb Version: 0.2.6-1 Severity: normal Dear Maintainer, If files section is missing in package.json include everything excluding files ignored by .npmignore and .gitignore https://docs.npmjs.com/misc/developers#keeping-files-out-of-your-package bugs like #844333 can be avoided

Bug#844333: node-iconv-lite: Source doesn't include required directories

2016-11-14 Thread Shanavas M
Package: node-iconv-lite Version: 0.4.13-1 Severity: grave Justification: renders package unusable Dear Maintainer, Directories `encodings` and `generation` are not included in debian package archive. npm2deb skips it as those directories are not mentioned in package.json. -- System Information

Bug#843641: node-should: Update should to latest version

2016-11-08 Thread Shanavas M
Package: node-should Version: 4.0.4+dfsg-1 Severity: wishlist Dear Maintainer, Please update node-should to latest version packages like micromatch depends on it -- System Information: Debian Release: stretch/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_6

Bug#840913: lib/cli.js is installed as not executable

2016-11-07 Thread Shanavas M
npm2deb doesn't manipulate any source files as of now. All files preserves its permissions in its repository. This could be fixed only after #30 is merged in upstream repo.

Bug#843186: ITP: node-ignore-by-default -- A list of directories you should ignore by default

2016-11-04 Thread Shanavas M
Package: wnpp Severity: wishlist Owner: Shanavas M X-Debbugs-CC: debian-de...@lists.debian.org * Package name: node-ignore-by-default Version : 1.0.1 Upstream Author : Mark Wubben (https://novemberborn.net/) * URL : https://github.com/novemberborn/ignore-by-default

Bug#840170: some modules has package.yaml instead of package.json

2016-10-29 Thread shanavas
All npm modules should have a package.json. The issue is npm2deb retrieves module source from git repo instead of npm registry. This will be fixed with #842465 (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=842465)

Bug#842465: npm2deb: Use npm registry url in watch files

2016-10-29 Thread Shanavas M
Package: npm2deb Version: 0.2.5-1 Severity: important Dear Maintainer, Using git repo url in debian/watch file creates the following issues. 1. Tags in git repo need not match with npm versions, in such cases npm2deb fails to get exact version that npm registry holds 2. In some packages even fi

Bug#840169: Seems to be upstream issue

2016-10-28 Thread shanavas
The package has an invalid npm config file `package.json`. The repository declaration in pacakge.json is not in format specified by https://docs.npmjs.com/files/package.json#repository (https://docs.npmjs.com/files/package.json#repository)

Bug#842351: ITP: node-is-equal-shallow -- Does a shallow comparison of two objects.

2016-10-28 Thread Shanavas M
Package: wnpp Severity: wishlist Owner: Shanavas M X-Debbugs-CC: debian-de...@lists.debian.org * Package name: node-is-equal-shallow Version : 0.1.3 Upstream Author : Jon Schlinkert (https://github.com/jonschlinkert) * URL : https://github.com/jonschlinkert/is-equal

Bug#841391: ITP: node-strip-bom -- Strip UTF-8 byte order mark (BOM) from a string

2016-10-20 Thread Shanavas M
Package: wnpp Severity: wishlist Owner: Shanavas M X-Debbugs-CC: debian-de...@lists.debian.org * Package name: node-strip-bom Version : 3.0.0 Upstream Author : Sindre Sorhus (sindresorhus.com ) * URL : https://github.com/sindresorhus/strip-bom#readme * License

Bug#841158: ITP: node-is-arrayish -- Determines if an object can be used as an array

2016-10-18 Thread Shanavas M
Package: wnpp Severity: wishlist Owner: Shanavas M X-Debbugs-CC: debian-de...@lists.debian.org * Package name : node-is-arrayish Version : 0.3.0 Upstream Author: Qix (http://github.com/qix-) * URL : https://github.com/qix-/node-is-arrayish

Bug#840811: npm2deb: Fails to handle utf-8 characters

2016-10-15 Thread Shanavas M
Package: npm2deb Version: 0.2.5-1 Severity: important Dear Maintainer, * What led up to the situation? npm2deb fails to handle unicode characters. * What exactly did you do (or not do) that was effective (or ineffective)? npm2deb search invert-kv * What was the outcome of this act