Bug#809156: apt-show-source: Package doesn't provide an executable

2015-12-27 Thread Eriberto Mota
Ops! Complementing, I was the sponsor for the last NMU for this
package and I will sponsor the NMU that will fix the issue.

Regards,

Eriberto



Bug#809156: apt-show-source: Package doesn't provide an executable

2015-12-27 Thread Joao Eriberto Mota Filho
Package: apt-show-source
Version: 0.10+nmu3
Severity: grave
Justification: renders package unusable

Control: pending

Hi,

The current version in Sid doesn't provide an executable. I am the sponsor
for this package and I am opening this bug to avoid this package arrives
to testing.

A new version will be uploaded by Giovani very soon.

Regards,

Eriberto

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: unable to detect



Bug#809156: apt-show-source: Package doesn't provide an executable

2015-12-27 Thread Giovani Ferreira
Hello,

I made a NMU and Eriberto which sponsored the upload. The package has
been put into the NEW queue[1] because now provides a executable.

[1] https://ftp-master.debian.org/new.html

The debian/changelog is:

apt-show-source (0.10+nmu4) unstable; urgency=medium

  * Non-maintainer upload.
  * debian/rules:
  - Fixed the path to install the executable correctly. (Closes:
#809156)
  - Replaced dh_installmanpages to dh_installman.

I attached a debdiff.

regards,

-- 
Giovani Ferreira
http://softwarelivre.org/jova2
GNU/Linux user: 337388  GPG ID: 2375A66C
diff -Nru apt-show-source-0.10+nmu3/debian/changelog 
apt-show-source-0.10+nmu4/debian/changelog
--- apt-show-source-0.10+nmu3/debian/changelog  2015-12-12 09:04:30.0 
-0200
+++ apt-show-source-0.10+nmu4/debian/changelog  2015-12-27 17:03:31.0 
-0200
@@ -1,3 +1,12 @@
+apt-show-source (0.10+nmu4) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/rules:
+  - Fixed the path to install the executable correctly. (Closes: #809156)
+  - Replaced dh_installmanpages to dh_installman.
+
+ -- Giovani Augusto Ferreira   Sun, 27 Dec 2015 16:31:43 
-0200
+
 apt-show-source (0.10+nmu3) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru apt-show-source-0.10+nmu3/debian/rules 
apt-show-source-0.10+nmu4/debian/rules
--- apt-show-source-0.10+nmu3/debian/rules  2015-12-11 19:21:55.0 
-0200
+++ apt-show-source-0.10+nmu4/debian/rules  2015-12-27 18:39:07.0 
-0200
@@ -13,7 +13,7 @@
 endif
 
 VERSION=`dpkg-parsechangelog | grep '^Version: ' | sed -e "s/^Version: //g"`
-TMP =`pwd`/debian/tmp
+#TMP =`pwd`/debian/tmp
 archlib =`$(PERL) -MConfig -e 'print $$Config{installarchlib}'`
 
 build: build-stamp
@@ -48,9 +48,9 @@
 
 # Add here commands to install the package into debian/tmp.
if grep ^install_vendor Makefile; then \
-   $(MAKE) install DESTDIR=$(PWD)/debian/tmp; \
+   $(MAKE) install DESTDIR=$(PWD)/debian/apt-show-source; \
else \
-   $(MAKE) pure_install DESTDIR=$(PWD)/debian/tmp; \
+   $(MAKE) pure_install DESTDIR=$(PWD)/debian/apt-show-source; \
fi
 
 # Build architecture-independent files here.
@@ -70,7 +70,7 @@
 #  dh_installpam
 #  dh_installinit
 #  dh_installcron
-   dh_installmanpages
+   dh_installman apt-show-source.1 apt-show-source.es.1 
apt-show-source.fr.1 apt-show-source.ja.1
 #  dh_installinfo
dh_installchangelogs
 #  dh_link