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.000000000 
-0200
+++ apt-show-source-0.10+nmu4/debian/changelog  2015-12-27 17:03:31.000000000 
-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 <giov...@riseup.net>  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.000000000 
-0200
+++ apt-show-source-0.10+nmu4/debian/rules      2015-12-27 18:39:07.000000000 
-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

Reply via email to