TANIGUCHI Takaki
89cf9f96be
Merge remote-tracking branch 'exp/debian/experimental'
2017-02-02 22:25:01 +09:00
TANIGUCHI Takaki
1d80dd8d65
Merge tag 'upstream/0.79.5'
...
Upstream version 0.79.5
# gpg: Signature made 2017年02月02日 22時24分51秒 JST
# gpg: using RSA key D24ABFD127CD2556A13C6C79CC149F6C28A5E257
# gpg: issuer "takaki@asis.media-as.org "
# gpg: Good signature from "TANIGUCHI Takaki <takaki@media-as.org >" [ultimate]
# gpg: aka "TANIGUCHI Takaki <takaki@asis.media-as.org >" [ultimate]
# gpg: aka "TANIGUCHI Takaki <taniguchi.takaki@gmail.com >" [ultimate]
# gpg: aka "TANIGUCHI Takaki <takaki@debian.org >" [ultimate]
# gpg: aka "TANIGUCHI Takaki <takaki@debian.or.jp >" [ultimate]
# gpg: aka "TANIGUCHI Takaki <takaki@takaki.media-as.org >" [ultimate]
# gpg: aka "TANIGUCHI Takaki <takaki@nagoya-u.jp >" [ultimate]
2017-02-02 22:24:51 +09:00
TANIGUCHI Takaki
9ad5d25d65
New upstream version 0.79.5
upstream/0.79.5
2017-02-02 22:24:37 +09:00
TANIGUCHI Takaki
f7d26c5dda
Merge remote-tracking branch 'exp/debian/unstable'
debian/0.72.4-3
2017-02-02 22:04:33 +09:00
Carlos Maddela
66e2abac90
Release version 0.79.5-1 to experimental.
2017-01-07 00:37:27 +11:00
Carlos Maddela
ba84c34dce
Disable generating manual.pdf ourselves.
...
For the time being, we'll just package the upstream-generated
manual.pdf, since we can't build the PDF reproducibly ourselves.
The reason we can't is most probably due to the fact that the
LaTeX document embeds other PDF documents and PNG images.
Although we are able to reproduce the PDF's creation and mod
dates, as well as its PDF IDs, the stream elements representing
the embedded images are always what seem to differ each time we
try to generate the PDF.
2017-01-07 00:36:25 +11:00
Carlos Maddela
ce67360bbf
Fudge dates and PDF IDs in the interest of build reproducibility.
2017-01-07 00:36:25 +11:00
Carlos Maddela
2f2a3918ee
Resurrect old code to support opening URLs in a browser.
2017-01-07 00:36:25 +11:00
Carlos Maddela
71f4bac562
Fix display of manual.pdf.
...
The PDF file is automatically compressed by Debhelper, so we need to
account for this.
2017-01-07 00:36:25 +11:00
Carlos Maddela
5343babeb4
Fix generated man pages.
...
The generated man pages incorrectly direct users to the directory of
the old HTML documentation, which is no longer available.
2017-01-07 00:36:25 +11:00
Carlos Maddela
f9b03ad387
debian/rules: Update mutable file list.
2017-01-07 00:36:25 +11:00
Carlos Maddela
b603c4f5be
Update documentation build and install rules.
2017-01-07 00:36:25 +11:00
Carlos Maddela
09760e826d
Update clean rule as old files no longer apply.
2017-01-07 00:36:25 +11:00
Carlos Maddela
4f4b91805a
Update license to GPL-3.
2017-01-07 00:36:25 +11:00
Carlos Maddela
df576e4510
Refresh and drop patches.
...
The following patches have been dropped:
01-libpng15.patch
06-remove-encoding-from-desktop-file.patch
07-fix-spelling-errors-in-binaries.patch
09-fix-format-security-warnings.patch
21-fix-privacy-breach-in-doco.patch
2017-01-07 00:36:25 +11:00
Carlos Maddela
16c1f0cc01
Merge tag 'upstream/0.79.5'
2017-01-07 00:33:38 +11:00
Carlos Maddela
5fe15556d7
Release version 0.72.4-3
2017-01-07 00:29:57 +11:00
Corey Wright
499f5b41ae
Add support for BD-ROM media-type.
...
This allows dvdisaster to scan and read (ie create ISO
images of) BD-ROM media.
Closes : #849518
2017-01-07 00:26:50 +11:00
Carlos Maddela
f85bbb920a
Fix FTBFS for hurd-i386.
...
Hurd does not have path length restrictions, so doesn't define
PATH_MAX. Assuming a PATH_MAX of 4096 as a quick workaround.
2017-01-07 00:26:50 +11:00
Carlos Maddela
04ce38ec85
Backup and restore mutable files to allow multiple builds.
2017-01-07 00:26:50 +11:00
Carlos Maddela
f8dc3ae4a9
Use original name for the duplicate uncompressed upstream CHANGELOG.
2017-01-07 00:26:50 +11:00
Carlos Maddela
367a650129
debian/watch: Relax upstream version restriction.
2017-01-04 04:10:43 +11:00
Carlos Maddela
1d134855eb
Bump compat level to 10.
2017-01-04 04:10:33 +11:00
Carlos Maddela
352e03e296
Release version 0.72.4-2
debian/0.72.4-2
2017-01-04 03:43:37 +11:00
Carlos Maddela
254a31248c
Fix installation of thumbnails for Czech doco.
2017-01-04 03:39:46 +11:00
Carlos Maddela
0efa890674
Link all duplicate doc files.
2017-01-04 03:39:46 +11:00
Carlos Maddela
4a360d1e86
Don't allow doco to automatically fetch resources from the internet.
...
Remove link to the newsfeed, to fix Lintian privacy-breach-generic
warning. The news feed no longer works anyway.
2017-01-04 03:39:46 +11:00
Carlos Maddela
df6fe7761f
Fix display of changelog, credits and to-do files.
...
Use absolute paths to compensate for the fact that we don't install
duplicates in /usr/share/doc/dvdisaster-doc or build with source
path embedded anymore.
2017-01-04 03:39:45 +11:00
Carlos Maddela
c525e2fdf9
Allow ShowTextFile() to work with absolute path names.
2017-01-04 03:39:45 +11:00
Carlos Maddela
6715d62989
Update copyright notice in about dialog.
2017-01-04 03:39:45 +11:00
Carlos Maddela
a8f06a0b4d
Fix all warnings except for those related to deprecated API.
...
Silence deprecated API warnings.
Closes : #748416
2017-01-04 03:39:45 +11:00
Carlos Maddela
5f8bcae4b3
Separate binary-arch and binary-indep rules.
2017-01-04 03:39:45 +11:00
Carlos Maddela
5d0bcafecc
Remove unnecessary duplication of doc files in the two packages.
2017-01-04 03:39:45 +11:00
Carlos Maddela
8467adff67
Update help dialog to show link to the new Debian package tracker.
2017-01-04 03:39:45 +11:00
Carlos Maddela
e8f1c10d5c
Don't build with source path embedded as this makes unreproducible builds.
2017-01-04 03:39:45 +11:00
Carlos Maddela
649f2e6e80
Fix path of GPL-2 license in 05-help-dialog.patch.
...
The following path needed fixing:
/usr/share/common/licenses/GPL-2 -> /usr/share/common-licenses/GPL-2
Also, ensured that the license is opened as a text file and not as an
HTML file.
Closes : #708384
2017-01-04 03:39:45 +11:00
Carlos Maddela
37a0c5dacb
Make builds reproducible.
...
Use the Debian changelog details to derive a build number and date,
so that we can make reproducible binaries.
2017-01-04 03:39:45 +11:00
Carlos Maddela
ee5d92b276
Fix clean up rules.
2017-01-04 03:39:45 +11:00
Carlos Maddela
76b5a1b44b
Add link to html docs in dvdisaster-doc package.
2017-01-04 03:39:44 +11:00
Carlos Maddela
53629e2ee7
Add debian/dvdisaster-doc.doc-base file.
2017-01-04 03:39:44 +11:00
Carlos Maddela
0b5d917bab
Drop no longer required debian/pixmaps/dvdisaster.xpm.
2017-01-04 03:39:44 +11:00
Carlos Maddela
63e31ec0b1
Mark dvdisaster-doc as a multi-arch foreign package.
2017-01-04 03:39:44 +11:00
Carlos Maddela
d2a8cb357b
Fix missing language fields in PO files.
2017-01-04 03:39:44 +11:00
Carlos Maddela
943c49baca
Link required libraries as needed.
2017-01-04 03:39:44 +11:00
Carlos Maddela
2b2db42faf
Fix spelling: upto -> up to
2017-01-04 03:39:44 +11:00
Carlos Maddela
52734ab081
Tidy up installation of doc files.
2017-01-04 03:39:44 +11:00
Carlos Maddela
f2faa26920
Fix installation of desktop file and icon images.
2017-01-04 03:39:44 +11:00
Carlos Maddela
cbea35454b
Use non-size-specific icon and add keywords to desktop file.
2017-01-04 03:39:44 +11:00
Carlos Maddela
beb037c83a
Convert copyright file into proper DEP5 format and update.
2017-01-04 03:39:44 +11:00
Carlos Maddela
55e2eceb2f
Drop debian/dvdisaster.menu file in favour of desktop file.
2017-01-04 03:39:43 +11:00