diff options
Diffstat (limited to 'dosbox-x/debian/source')
-rw-r--r-- | dosbox-x/debian/source/control | 6 | ||||
-rw-r--r-- | dosbox-x/debian/source/format | 1 | ||||
-rw-r--r-- | dosbox-x/debian/source/lintian-overrides | 27 | ||||
-rw-r--r-- | dosbox-x/debian/source/local-options | 4 | ||||
-rw-r--r-- | dosbox-x/debian/source/options | 4 | ||||
-rw-r--r-- | dosbox-x/debian/source/patch-header | 22 |
6 files changed, 64 insertions, 0 deletions
diff --git a/dosbox-x/debian/source/control b/dosbox-x/debian/source/control new file mode 100644 index 0000000..a0fbc51 --- /dev/null +++ b/dosbox-x/debian/source/control @@ -0,0 +1,6 @@ +# +# DEP-8: autopkgtest - automatic as-installed package testing +# Please check * https://dep-team.pages.debian.net/deps/dep8/ +# * /usr/share/doc/autopkgtest +#Tests: testcode.sh +#Restrictions: allow-stderr, breaks-testbed, needs-internet, needs-root diff --git a/dosbox-x/debian/source/format b/dosbox-x/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/dosbox-x/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/dosbox-x/debian/source/lintian-overrides b/dosbox-x/debian/source/lintian-overrides new file mode 100644 index 0000000..59b3729 --- /dev/null +++ b/dosbox-x/debian/source/lintian-overrides @@ -0,0 +1,27 @@ +source: build-depends-on-build-essential-package-without-using-version +source: source-is-missing +source: source-is-missing docs/BLASTERBOARD _ A new SB 2.0-compatible ISA sound card - Page 15 __ VOGONS (2020-08-23 6_42_00 AM).html +source: source-is-missing docs/Getting MS-DOS games to run on Windows 95_ Working around the iretd problem _ The Old New Thing (2020-08-24 11_46_56 AM).html +source: source-is-missing docs/PLANS/Sound Blaster AWE32 emulation/Sound Blaster AWE32 - Wikipedia.html +source: source-is-missing docs/PLANS/Sound Blaster AWE32 emulation/Sound Blaster AWE64 - Wikipedia.html +source: source-is-missing ref/fat/Windows 98, FAT32 - HelpWithWindows.com.html +source: source-is-missing ref/mbr/Master boot record - Wikipedia.html +source: source-is-missing ref/mbr/Partition type - Wikipedia.html +source: source-is-missing ref/pc98-pegc-256-color/PC-98 256-color planar mode · Issue #1061 · joncampbell123_dosbox-x.html +source: source-is-missing ref/pc98-pegc-256-color/PC-9821 PEGC (2020-05-03 2_06_51 AM) Google Translate.html +source: source-is-missing ref/pc98-pegc-256-color/PC-9821 PEGC (2020-05-03 2_06_51 AM).html +source: source-is-missing ref/pc98-pegc-256-color/SL9821 - æ??è¡?ç??ã?ªã?¯ã?ªã?? - PEGC (2020-05-03 2_10_21 AM) Google Translate.html +source: source-is-missing ref/pc98-pegc-256-color/SL9821 - æ??è¡?ç??ã?ªã?¯ã?ªã?? - PEGC (2020-05-03 2_10_21 AM).html +source: source-is-missing vs/UpgradeLog.htm +source: source-is-missing vs/freetype/docs/reference/ft2-auto_hinter.html +source: source-is-missing vs/freetype/docs/reference/ft2-base_interface.html +source: source-is-missing vs/freetype/docs/reference/ft2-cache_subsystem.html +source: source-is-missing vs/freetype/docs/reference/ft2-cff_driver.html +source: source-is-missing vs/freetype/docs/reference/ft2-glyph_stroker.html +source: source-is-missing vs/freetype/docs/reference/ft2-lcd_filtering.html +source: source-is-missing vs/freetype/docs/reference/ft2-outline_processing.html +source: source-is-missing vs/freetype/docs/reference/ft2-parameter_tags.html +source: source-is-missing vs/freetype/docs/reference/ft2-properties.html +source: source-is-missing vs/freetype/docs/reference/ft2-truetype_tables.html +source: source-is-missing vs/freetype/docs/reference/ft2-tt_driver.html +source: autotools-pkg-config-macro-not-cross-compilation-safe diff --git a/dosbox-x/debian/source/local-options b/dosbox-x/debian/source/local-options new file mode 100644 index 0000000..77effbe --- /dev/null +++ b/dosbox-x/debian/source/local-options @@ -0,0 +1,4 @@ +# +# ### gbp-buildpackage(1) user may like this. ### +#abort-on-upstream-changes +#unapply-patches diff --git a/dosbox-x/debian/source/options b/dosbox-x/debian/source/options new file mode 100644 index 0000000..077de7d --- /dev/null +++ b/dosbox-x/debian/source/options @@ -0,0 +1,4 @@ +# +# ### dgit-maint-merge(7) workflow user need this ### +# single-debian-patch +# auto-commit diff --git a/dosbox-x/debian/source/patch-header b/dosbox-x/debian/source/patch-header new file mode 100644 index 0000000..6ff0a40 --- /dev/null +++ b/dosbox-x/debian/source/patch-header @@ -0,0 +1,22 @@ +The automatically generated patch puts this free form text on top of it. + +If you are using gbp-buildpackage(1), you probably don't need this file. + +If you are using dgit-maint-merge(7), please consider text as follows. + +The Debian packaging of foo is maintained in git, using the merging workflow +described in dgit-maint-merge(7). There isn't a patch queue that can be +represented as a quilt series. + +A detailed breakdown of the changes is available from their canonical +representation - git commits in the packaging repository. For example, to see +the changes made by the Debian maintainer in the first upload of upstream +version 1.2.3, you could use: + + % git clone https://git.dgit.debian.org/foo + % cd foo + % git log --oneline 1.2.3..debian/1.2.3-1 -- . ':!debian' + +(If you have dgit, use `dgit clone foo`, rather than plain `git clone`.) + +A single combined diff, containing all the changes, follows. |