Stéphane Lesimple
41887bb25e
debian: adust patches/series
2020-08-20 14:20:10 +02:00
Carlos Maddela
95b3155bc8
Prepare changelog and rebase patches.
...
Gbp-Dch: Ignore
2019-02-02 16:04:23 +11:00
Carlos Maddela
4c4aa1a143
Merge branch 'debian/unstable' into debian/experimental
2019-02-02 16:00:54 +11:00
Carlos Maddela
52f3307d78
Suggest to install dvdisaster-doc in error message
...
Suggest to install dvdisaster-doc in error message, if the PDF manual
cannot be found.
2019-02-02 15:20:07 +11:00
Carlos Maddela
f648710f2f
Merge branch 'debian/unstable' into debian/experimental
2019-02-01 23:08:51 +11:00
Carlos Maddela
c84be789d3
Fix parallel build of locale strings.
2019-02-01 22:55:07 +11:00
Carlos Maddela
bee8419a4a
Prepare changelog and rebase patches.
...
Gbp-Dch: Ignore
2019-01-31 08:55:53 +11:00
Carlos Maddela
af179a1a3e
Merge branch 'debian/unstable' into debian/experimental
2019-01-31 08:48:01 +11:00
Carlos Maddela
b7344e4855
Change homepage to one archived at web.archive.org.
...
http://dvdisaster.net has been unavailable for a while now.
Not certain if this is permanent though, as the domain name still
exists for mail.
2019-01-31 06:00:36 +11:00
Carlos Maddela
9fc9a74171
Fix format security compilation warning in GCC-8.
2019-01-31 05:21:34 +11:00
Carlos Maddela
619ee820f3
Rebase patches.
2017-12-21 05:49:31 +11:00
Carlos Maddela
b3b74e69d9
Honour LDFLAGS set by dpkg-buildflags in building all binaries.
...
Unpackaged simple-md5sum utility must do so as well, to keep blhc happy.
2017-12-21 03:04:59 +11:00
Carlos Maddela
5d5e943c51
Reproducibly generate PDF documentation from TeX sources.
2017-08-15 03:50:22 +10:00
Carlos Maddela
f83f9e81b0
Use complete Debian revision number as build number
...
Use complete Debian revision number as build number, instead of
just the numeric part. Also, re-implement scripts/time-stamper.bash
without direct calls to dpkg-parsechangelog.
2017-08-14 23:15:27 +10:00
Carlos Maddela
af00bbb1cb
Do not suppress the display of compilation commands
...
Do not suppress the display of compilation commands,
so that build logs may be analysed by blhc.
2017-08-13 11:43:25 +10:00
Carlos Maddela
34afe54009
Regenerate patches with git version 2.14.0.
2017-08-13 11:42:32 +10:00
Carlos Maddela
eaa545b89c
Fix another build failure on kFreeBSD.
2017-08-08 03:18:19 +10:00
Carlos Maddela
a614f5d1f7
Improve support for Hurd and kFreeBSD systems
...
Improve support for Hurd and kFreeBSD systems,
although Hurd still builds without SCSI.
2017-08-06 18:36:44 +10:00
Carlos Maddela
52204ec502
Remove incorrect use of 'Origin: vendor' from DEP-3 patch headers.
2017-08-06 18:36:44 +10:00
Carlos Maddela
84716913ad
Fix FTBFS on Hurd and kFreeBSD.
...
Make sure MMAP_FLAGS gets defined.
2017-08-06 18:36:41 +10:00
Carlos Maddela
f16a9b9c7b
Fix more typos in error messages and docs.
...
'sucessful' → 'successful'
'improvment' → 'improvement'
2017-08-06 18:35:01 +10: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
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
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
f8dc3ae4a9
Use original name for the duplicate uncompressed upstream CHANGELOG.
2017-01-07 00:26:50 +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
8467adff67
Update help dialog to show link to the new Debian package tracker.
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
d2a8cb357b
Fix missing language fields in PO files.
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
cbea35454b
Use non-size-specific icon and add keywords to desktop file.
2017-01-04 03:39:44 +11:00
Carlos Maddela
ceff546a54
Fix format security warnings.
...
Fix format security warnings, since they are treated as errors in
Standards Version 3.9.8.
2017-01-04 03:39:43 +11:00
Carlos Maddela
f754ce1075
Fix GNU Make detection.
...
Closes : #848811
2016-12-22 01:57:55 +11:00
Carlos Maddela
45af00b78e
Fix patch headers to work with git-buildpackage.
...
Fix patch headers to work with git-buildpackage, retaining as much meta
info as possible.
2016-12-18 22:25:54 +11:00
TANIGUCHI Takaki
ec90405195
refresh patches.
...
debian/paches/04-manpage.patch: Removed (upstream merged).
2012-04-08 21:55:52 +09:00
TANIGUCHI Takaki
e4dd16533b
debian/patches/glib-single-include.patch: Fix glib include. ( Closes : #665522 )
2012-03-25 23:25:28 +09:00
TANIGUCHI Takaki
86278fbab4
release
2012-03-19 11:09:13 +09:00
TANIGUCHI Takaki
638e490827
debian/patches/libpng15: Build with libpn15 ( Closes : #649555 )
2012-03-19 11:08:24 +09:00