Merge lp:~oier/ubuntu/oneiric/latex-beamer/fix-for-bug-682202 into lp:ubuntu/oneiric/latex-beamer

Proposed by Oier Mees
Status: Needs review
Proposed branch: lp:~oier/ubuntu/oneiric/latex-beamer/fix-for-bug-682202
Merge into: lp:ubuntu/oneiric/latex-beamer
Diff against target: 35 lines (+10/-0)
3 files modified
debian/changelog (+8/-0)
debian/dirs (+1/-0)
debian/rules (+1/-0)
To merge this branch: bzr merge lp:~oier/ubuntu/oneiric/latex-beamer/fix-for-bug-682202
Reviewer Review Type Date Requested Status
Kees Cook Needs Fixing
Review via email: mp+65415@code.launchpad.net

Description of the change

Added a cp to make the userguide accesible by texdoc. (LP: #682202 and Closes: #357032)

To post a comment you must log in.
Revision history for this message
Oier Mees (oier) wrote :

the patch has been sent to debian

Revision history for this message
Kees Cook (kees) wrote :

Looks like these are in Debian as:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=605281
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=305035

Doing a simple copy isn't sufficient because then, I think, we have two copies of the userguide: one gzipped, and one not.

review: Needs Fixing

Unmerged revisions

11. By Oier Mees

* debian/rules:
  - Added a cp to make the userguide accesible by texdoc. (LP: #682202
    and Closes: #357032)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2011-02-27 18:35:55 +0000
3+++ debian/changelog 2011-06-21 21:16:04 +0000
4@@ -1,3 +1,11 @@
5+latex-beamer (3.10-1ubuntu1) oneiric; urgency=low
6+
7+ * debian/control:
8+ - Added a cp to make the userguide accesible by texdoc. (LP: #682202)
9+ - bumped debhelper version number and the standards-version.
10+
11+ -- Oier Mees <oie.mees@gmail.com> Fri, 10 Jun 2011 20:32:38 +0200
12+
13 latex-beamer (3.10-1) unstable; urgency=low
14
15 * New upstream release (Closes: #606499).
16
17=== modified file 'debian/dirs'
18--- debian/dirs 2007-05-03 22:15:13 +0000
19+++ debian/dirs 2011-06-21 21:16:04 +0000
20@@ -1,2 +1,3 @@
21 usr/share/doc/latex-beamer/emulation
22 usr/share/texmf/tex/latex/beamer/emulation
23+usr/share/doc/texmf/latex-beamer/
24
25=== modified file 'debian/rules'
26--- debian/rules 2011-02-27 18:35:55 +0000
27+++ debian/rules 2011-06-21 21:16:04 +0000
28@@ -61,6 +61,7 @@
29 cp -r base/ $(TEXMF)/tex/latex/beamer/
30
31 cp -r solutions/ $(DOCDIR)/
32+ cp doc/beameruserguide.pdf $(CURDIR)/debian/$(PACKAGE)/usr/share/doc/texmf/latex-beamer/
33
34 # Build architecture-independent files here.
35 binary-indep: build install

Subscribers

People subscribed via source and target branches

to all changes: