Bug#668926: [PATCH] latexmk: Helping to update to packaging format 3.0

2012-11-13 Thread Antonio Ospite
Package: latexmk
Version: 1:4.24-1
Followup-For: Bug #668926

Jari, thanks for working on that, I am sending another report to add a watch
file so updating to new upstream releases will be easier too.

Dear maintainer, would you find some time to handle these issues?

Thanks,
   Antonio

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (900, 'unstable'), (600, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.7.0-rc4-ao2 (SMP w/1 CPU core)
Locale: LANG=it_IT.utf8, LC_CTYPE=it_IT.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages latexmk depends on:
ii  perl5.14.2-15
ii  texlive-latex-base  2012.20120611-5

Versions of packages latexmk recommends:
ii  evince [postscript-viewer]   3.4.0-3
ii  ghostscript [postscript-viewer]  9.05~dfsg-6.2
pn  xpdf-reader | pdf-viewer none

Versions of packages latexmk suggests:
pn  gs-common  none

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#668926: [PATCH] latexmk: Helping to update to packaging format 3.0

2012-04-15 Thread jari . aalto
Package: latexmk
Severity: wishlist
Tags: patch

Hi,

The dpatch patch management system has been deprecated for some time. The
Lintian currently flags use of dpatch packages as an error. The new 3.0
packaging format is an improved version which, among other things, contains
patch management built-in. For more information, see:

http://wiki.debian.org/Projects/DebSrc3.0

I had some free time; see attached patch to migrate to new package
format. Note that all files in debian/patches/* are canocalized to
*.patch.

Let me know if there is anything that needs adjusting or if it is ok
to upload this version in a NMU in case you are working on other
issues needing attention.

Thanks,
Jari

From 080f211db3c6d02ac879b63116d0076e2959f879 Mon Sep 17 00:00:00 2001
From: Jari Aalto jari.aa...@cante.net
Date: Sun, 15 Apr 2012 20:28:18 +0300
Subject: [PATCH] format-3.0
Organization: Private
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Jari Aalto jari.aa...@cante.net
---
 debian/changelog   |   13 +
 debian/compat  |2 +-
 debian/control |7 ---
 debian/copyright   |7 +--
 debian/patches/00list  |1 -
 ...c_system_files.dpatch = rc-system-files.patch} |8 ++--
 debian/patches/series  |1 +
 debian/rules   |   19 ++-
 debian/source/format   |1 +
 9 files changed, 29 insertions(+), 30 deletions(-)
 delete mode 100644 debian/patches/00list
 rename debian/patches/{rc_system_files.dpatch = rc-system-files.patch} (68%)
 create mode 100644 debian/patches/series
 create mode 100644 debian/source/format

diff --git a/debian/changelog b/debian/changelog
index c273851..86cd559 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+latexmk (1:4.24-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Remove deprecated dpatch and upgrade to packaging format 3.0 quilt.
+  * Update to Standards-Version to 3.9.3 and debhelper to 9.
+  * Add required build-arch and build-indep targets to rules file.
+  * Fix old-fsf-address-in-copyright-file (Lintian).
+  * Fix copyright-refers-to-symlink-license (Lintian).
+  * Fix capitalization-error-in-description LaTeX (Lintian).
+  * Fix no-homepage-field (Lintian).
+
+ -- Jari Aalto jari.aa...@cante.net  Sun, 15 Apr 2012 20:25:54 +0300
+
 latexmk (1:4.24-1) unstable; urgency=low
 
   * New upstream release (Closes: #564199).
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+9
diff --git a/debian/control b/debian/control
index 053fa93..e9e8943 100644
--- a/debian/control
+++ b/debian/control
@@ -1,9 +1,10 @@
 Source: latexmk
 Section: tex
 Priority: optional
-Build-Depends: debhelper (= 5.0.0), dpatch
+Build-Depends: debhelper (= 9)
 Maintainer: OHURA Makoto oh...@debian.org
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
+Homepage: http://www.phys.psu.edu/~collins/software/latexmk-jcc
 
 Package: latexmk
 Architecture: all
@@ -14,6 +15,6 @@ Description: Perl script for running LaTeX the correct number of times
  Latexmk runs LaTeX the correct number of times to resolve cross references,
  etc; it also runs auxiliary programs (bibtex, makeindex if necessary, and
  dvips and/or a previewer as requested). It has a number of other useful
- capabilities, for example to start a previewer and then run latex whenever the
+ capabilities, for example to start a previewer and then run LaTeX whenever the
  source files are updated, so that the previewer gives an up-to-date view of
  the document.
diff --git a/debian/copyright b/debian/copyright
index 151f929..4570b61 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -28,10 +28,5 @@ but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 
-You should have received a copy of the GNU General Public License
-along with this program; if not, write to the Free Software
-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
-
-
 On Debian GNU/Linux systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
+Public License can be found in `/usr/share/common-licenses/GPL-2'.
diff --git a/debian/patches/00list b/debian/patches/00list
deleted file mode 100644
index 286a546..000
--- a/debian/patches/00list
+++ /dev/null
@@ -1 +0,0 @@
-rc_system_files
diff --git a/debian/patches/rc_system_files.dpatch b/debian/patches/rc-system-files.patch
similarity index 68%
rename from debian/patches/rc_system_files.dpatch
rename to debian/patches/rc-system-files.patch
index 5a36d86..349c55f 100644
---