tags 800210 patch
tags 800210 pending

thanks

Hello,


I made a NMU and Eriberto which sponsored the upload to 10-day/delay
queue. Feel free to cancel this upload if needed.

The debian/changelog is:

  * Non-maintainer upload.
  * Update DH level to 9. (Closes: #800231)
  * debian/changelog: fixed invalid timestamp formatting. (Closes: #798791)
  * debian/compat: created.
  * debian/control:
     - Added the ${misc:Depends} variable to provide the right install
       dependencies.
     - Bumped Standards-Version to 3.9.6.
     - Updated Recommends field to texlive-latex-base
       instead of tetex-bin. (Closes: #601983)
  * debian/rules:
     - Fixed the path to install the files correctly.
     - Replaced dh_installmanpages to dh_installman.

I attached a debdiff.

cheers,

-- 
Giovani Ferreira
http://softwarelivre.org/jova2
GNU/Linux user: 337388  GPG ID: 2375A66C
diff -u lgrind-3.67/debian/changelog lgrind-3.67/debian/changelog
--- lgrind-3.67/debian/changelog
+++ lgrind-3.67/debian/changelog
@@ -1,9 +1,27 @@
+lgrind (3.67-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Update DH level to 9. (Closes: #800231)
+  * debian/changelog: fixed invalid timestamp formatting. (Closes: #798791)
+  * debian/compat: created.
+  * debian/control:
+     - Added the ${misc:Depends} variable to provide the right install
+       dependencies.
+     - Bumped Standards-Version to 3.9.6.
+     - Updated Recommends field to texlive-latex-base
+       instead of tetex-bin. (Closes: #601983)
+  * debian/rules:
+     - Fixed the path to install the files correctly.
+     - Replaced dh_installmanpages to dh_installman.
+
+ -- Giovani Augusto Ferreira <giov...@riseup.net>  Sun, 03 Jan 2016 19:25:41 
-0200
+
 lgrind (3.67-3) unstable; urgency=low
 
   * depend on texlive instead of tetex (closes: #575637)
   * include R definitions from Daniel Calvelo Aros (closes: #233787)
 
- -- Michael Piefel <pie...@debian.org>  Sun, 11 April 2010 20:40:10 +0200
+ -- Michael Piefel <pie...@debian.org>  Sun, 11 Apr 2010 20:40:10 +0200
 
 lgrind (3.67-2) unstable; urgency=low
 
diff -u lgrind-3.67/debian/control lgrind-3.67/debian/control
--- lgrind-3.67/debian/control
+++ lgrind-3.67/debian/control
@@ -2,13 +2,13 @@
 Section: non-free/tex
 Priority: optional
 Maintainer: Michael Piefel <pie...@debian.org>
-Standards-Version: 3.8.4
-Build-Depends: debhelper, texlive
+Standards-Version: 3.9.6
+Build-Depends: debhelper (>=9), texlive
 
 Package: lgrind
 Architecture: any
-Depends: ${shlibs:Depends}
-Recommends: tetex-bin
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Recommends: texlive-latex-base
 Description: A pretty printer for various programming languages
  LGrind is a pretty printer for a large number of programming languages
  using LaTeX. It is in the form of a separate preprocessor.
diff -u lgrind-3.67/debian/rules lgrind-3.67/debian/rules
--- lgrind-3.67/debian/rules
+++ lgrind-3.67/debian/rules
@@ -14,13 +14,13 @@
        latex lgrind.dtx
        latex lgrind.dtx
 
-       cd source ; $(MAKE) DESTDIR=`pwd`/debian/tmp \
-               BASEDIR=`pwd`/debian/tmp/usr \
-               DESTDIR=`pwd`/debian/tmp/usr/bin \
+       cd source ; $(MAKE) DESTDIR=`pwd`/debian/lgrind \
+               BASEDIR=`pwd`/debian/lgrind/usr \
+               DESTDIR=`pwd`/debian/lgrind/usr/bin \
                DEFSFILE=/usr/share/texmf/tex/latex/lgrind/lgrindef \
-               TEXINPUTS=`pwd`/debian/tmp/usr/share/texmf/tex/latex/lgrind \
-               DOCDIR=`pwd`/debian/tmp/usr/share/doc/lgrind \
-               MAN=`pwd`/debian/tmp/usr/share/man \
+               TEXINPUTS=`pwd`/debian/lgrind/usr/share/texmf/tex/latex/lgrind \
+               DOCDIR=`pwd`/debian/lgrind/usr/share/doc/lgrind \
+               MAN=`pwd`/debian/lgrind/usr/share/man \
                VERSION="3.67"
 
 
@@ -45,13 +45,13 @@
 
 
        # Add here commands to install the files into debian/tmp
-       $(MAKE) install DESTDIR=`pwd`/debian/tmp \
-               BASEDIR=`pwd`/debian/tmp/usr \
-               DESTDIR=`pwd`/debian/tmp/usr/bin \
-               
DEFSFILE=`pwd`/debian/tmp/usr/share/texmf/tex/latex/lgrind/lgrindef \
-               TEXINPUTS=`pwd`/debian/tmp/usr/share/texmf/tex/latex/lgrind \
-               DOCDIR=`pwd`/debian/tmp/usr/share/doc/lgrind \
-               MAN=`pwd`/debian/tmp/usr/share/man
+       $(MAKE) install DESTDIR=`pwd`/debian/lgrind \
+               BASEDIR=`pwd`/debian/lgrind/usr \
+               DESTDIR=`pwd`/debian/lgrind/usr/bin \
+               
DEFSFILE=`pwd`/debian/lgrind/usr/share/texmf/tex/latex/lgrind/lgrindef \
+               TEXINPUTS=`pwd`/debian/lgrind/usr/share/texmf/tex/latex/lgrind \
+               DOCDIR=`pwd`/debian/lgrind/usr/share/doc/lgrind \
+               MAN=`pwd`/debian/lgrind/usr/share/man
 
 
        touch install-stamp
@@ -72,7 +72,7 @@
 #      dh_installmenu
 #      dh_installinit
 #      dh_installcron
-       dh_installmanpages
+       dh_installman
 #      dh_undocumented
        dh_installchangelogs
 #      dh_link
only in patch2:
unchanged:
--- lgrind-3.67.orig/debian/compat
+++ lgrind-3.67/debian/compat
@@ -0,0 +1 @@
+9

Reply via email to