View Git repositories
Name Status Last Modified Last Commit
lp:ubuntu/wily/xtrs 1 Development 2015-05-06 05:19:41 UTC
11. * Merge from Debian unstable. Remaini...

Author: Logan Rosen
Revision Date: 2014-10-20 00:14:44 UTC

* Merge from Debian unstable. Remaining changes:
  - {debug,dis}.c: fix instances of "format not a string literal and no
    format arguments" to fix build failure.
  - Makefile: Remove -DHAVE_SIGIO to stop hangs on startup.
  - trs_disk.c: Override unchecked usages of ftruncate, fwrite, and fread, as
    there is no error checking on any other function around there.
  - mkdisk.c: Handle errors from fwrite.
  - trs_xinterface.c: Fix unused result warning and ignored retval error,
    resolving FTBFS.

lp:ubuntu/vivid/xtrs 2 Mature 2014-10-25 06:43:31 UTC
11. * Merge from Debian unstable. Remaini...

Author: Logan Rosen
Revision Date: 2014-10-20 00:14:44 UTC

* Merge from Debian unstable. Remaining changes:
  - {debug,dis}.c: fix instances of "format not a string literal and no
    format arguments" to fix build failure.
  - Makefile: Remove -DHAVE_SIGIO to stop hangs on startup.
  - trs_disk.c: Override unchecked usages of ftruncate, fwrite, and fread, as
    there is no error checking on any other function around there.
  - mkdisk.c: Handle errors from fwrite.
  - trs_xinterface.c: Fix unused result warning and ignored retval error,
    resolving FTBFS.

lp:ubuntu/utopic-proposed/xtrs 2 Mature 2014-10-20 04:38:42 UTC
11. * Merge from Debian unstable. Remaini...

Author: Logan Rosen
Revision Date: 2014-10-20 00:14:44 UTC

* Merge from Debian unstable. Remaining changes:
  - {debug,dis}.c: fix instances of "format not a string literal and no
    format arguments" to fix build failure.
  - Makefile: Remove -DHAVE_SIGIO to stop hangs on startup.
  - trs_disk.c: Override unchecked usages of ftruncate, fwrite, and fread, as
    there is no error checking on any other function around there.
  - mkdisk.c: Handle errors from fwrite.
  - trs_xinterface.c: Fix unused result warning and ignored retval error,
    resolving FTBFS.

lp:ubuntu/utopic/xtrs 1 Development 2014-10-20 00:14:44 UTC
11. * Merge from Debian unstable. Remaini...

Author: Logan Rosen
Revision Date: 2014-10-20 00:14:44 UTC

* Merge from Debian unstable. Remaining changes:
  - {debug,dis}.c: fix instances of "format not a string literal and no
    format arguments" to fix build failure.
  - Makefile: Remove -DHAVE_SIGIO to stop hangs on startup.
  - trs_disk.c: Override unchecked usages of ftruncate, fwrite, and fread, as
    there is no error checking on any other function around there.
  - mkdisk.c: Handle errors from fwrite.
  - trs_xinterface.c: Fix unused result warning and ignored retval error,
    resolving FTBFS.

lp:ubuntu/trusty/xtrs 2 Mature 2013-10-18 21:03:44 UTC
10. Fixed unused result warning and ignor...

Author: Daniel T Chen
Revision Date: 2013-04-10 21:40:46 UTC

Fixed unused result warning and ignored retval error, resolving
FTBFS.

lp:ubuntu/saucy/xtrs 2 Mature 2013-04-26 14:09:21 UTC
10. Fixed unused result warning and ignor...

Author: Daniel T Chen
Revision Date: 2013-04-10 21:40:46 UTC

Fixed unused result warning and ignored retval error, resolving
FTBFS.

lp:ubuntu/raring-proposed/xtrs 2 Mature 2013-04-11 03:47:52 UTC
10. Fixed unused result warning and ignor...

Author: Daniel T Chen
Revision Date: 2013-04-10 21:40:46 UTC

Fixed unused result warning and ignored retval error, resolving
FTBFS.

lp:ubuntu/raring/xtrs 1 Development 2013-04-10 21:40:46 UTC
10. Fixed unused result warning and ignor...

Author: Daniel T Chen
Revision Date: 2013-04-10 21:40:46 UTC

Fixed unused result warning and ignored retval error, resolving
FTBFS.

lp:ubuntu/quantal/xtrs 2 Mature 2012-04-26 18:36:34 UTC
9. * Build-depend on libreadline-dev ins...

Author: Matthias Klose
Revision Date: 2011-09-02 10:16:26 UTC

* Build-depend on libreadline-dev instead of libreadline5-dev.
* Build using -Wno-error=unused-but-set-variable. LP: #835768.

lp:ubuntu/precise/xtrs 2 Mature 2011-10-13 19:44:11 UTC
9. * Build-depend on libreadline-dev ins...

Author: Matthias Klose
Revision Date: 2011-09-02 10:16:26 UTC

* Build-depend on libreadline-dev instead of libreadline5-dev.
* Build using -Wno-error=unused-but-set-variable. LP: #835768.

lp:ubuntu/oneiric/xtrs bug 2 Mature 2011-09-02 10:16:26 UTC
9. * Build-depend on libreadline-dev ins...

Author: Matthias Klose
Revision Date: 2011-09-02 10:16:26 UTC

* Build-depend on libreadline-dev instead of libreadline5-dev.
* Build using -Wno-error=unused-but-set-variable. LP: #835768.

lp:ubuntu/natty/xtrs 2 Mature 2010-10-13 05:54:03 UTC
8. * Merge from debian unstable (LP: #59...

Author: xteejx
Revision Date: 2010-06-11 12:14:28 UTC

* Merge from debian unstable (LP: #592622). Remaining changes:
  [James Westby]
  - debug.c, dis.c: fix instances of "format not a string literal and no format
    arguments" to fix build failure.
  - Remove -DHAVE_SIGIO from Makefile to stop hangs on startup.
  - Override unchecked usages of ftruncate, fwrite, and fread in trs_disk.c,
    as there is no error checking on any other function around there.
  - in mkdisk.c handle errors from fwrite.
  - Specify i686's endianness in debian/rules to fix build failure on lpia.

lp:ubuntu/maverick/xtrs bug 2 Mature 2010-06-16 08:13:19 UTC
8. * Merge from debian unstable (LP: #59...

Author: xteejx
Revision Date: 2010-06-11 12:14:28 UTC

* Merge from debian unstable (LP: #592622). Remaining changes:
  [James Westby]
  - debug.c, dis.c: fix instances of "format not a string literal and no format
    arguments" to fix build failure.
  - Remove -DHAVE_SIGIO from Makefile to stop hangs on startup.
  - Override unchecked usages of ftruncate, fwrite, and fread in trs_disk.c,
    as there is no error checking on any other function around there.
  - in mkdisk.c handle errors from fwrite.
  - Specify i686's endianness in debian/rules to fix build failure on lpia.

lp:ubuntu/lucid/xtrs 1 Development 2009-10-30 19:27:20 UTC
7. Specify i686's endianness in debian/r...

Author: James Westby
Revision Date: 2009-01-13 10:14:09 UTC

Specify i686's endianness in debian/rules to fix build failure on lpia.

lp:ubuntu/jaunty/xtrs 2 Mature 2009-08-17 04:43:18 UTC
7. Specify i686's endianness in debian/r...

Author: James Westby
Revision Date: 2009-01-13 10:14:09 UTC

Specify i686's endianness in debian/rules to fix build failure on lpia.

lp:ubuntu/intrepid/xtrs 2 Mature 2009-08-17 04:42:57 UTC
5. * Update my copyright notice in debia...

Author: Branden Robinson
Revision Date: 2008-05-12 02:36:30 UTC

* Update my copyright notice in debian/copyright since I wrote the help
  window patch this year.
* Update architecture-detection logic to use a more modern interface to
  dpkg-architecture and recognize armeb. Thanks, Riku Voipio!
  (Closes: #480129)

lp:ubuntu/hardy/xtrs 2 Mature 2009-08-17 04:42:45 UTC
6. * Merge upstream 4.9c release. + Fi...

Author: Branden Robinson
Revision Date: 2006-05-15 01:21:50 UTC

* Merge upstream 4.9c release.
  + Fix the new -e command-line option to IMPORT/CMD and EXPORT/CMD to
    actually work.
* Fix non-ASCII character in Debian changelog entry for previous release.
* Update Japanese debconf template translations to remove period from the
  end of the title of the debconf note, for consistency with the other
  translations. Thanks to Kenshi Muto for his consulation on this issue.
* Scale back the .hex file mtime update fix in debian/rules to just
  fakerom.hex and xtrsrom4p.hex, as in the new upstream release only these
  files are affected.

lp:ubuntu/gutsy/xtrs 1 Development 2009-08-17 04:42:28 UTC
6. * Merge upstream 4.9c release. + Fi...

Author: Branden Robinson
Revision Date: 2006-05-15 01:21:50 UTC

* Merge upstream 4.9c release.
  + Fix the new -e command-line option to IMPORT/CMD and EXPORT/CMD to
    actually work.
* Fix non-ASCII character in Debian changelog entry for previous release.
* Update Japanese debconf template translations to remove period from the
  end of the title of the debconf note, for consistency with the other
  translations. Thanks to Kenshi Muto for his consulation on this issue.
* Scale back the .hex file mtime update fix in debian/rules to just
  fakerom.hex and xtrsrom4p.hex, as in the new upstream release only these
  files are affected.

lp:ubuntu/feisty/xtrs 1 Development 2009-08-17 04:42:11 UTC
6. * Merge upstream 4.9c release. + Fi...

Author: Branden Robinson
Revision Date: 2006-05-15 01:21:50 UTC

* Merge upstream 4.9c release.
  + Fix the new -e command-line option to IMPORT/CMD and EXPORT/CMD to
    actually work.
* Fix non-ASCII character in Debian changelog entry for previous release.
* Update Japanese debconf template translations to remove period from the
  end of the title of the debconf note, for consistency with the other
  translations. Thanks to Kenshi Muto for his consulation on this issue.
* Scale back the .hex file mtime update fix in debian/rules to just
  fakerom.hex and xtrsrom4p.hex, as in the new upstream release only these
  files are affected.

lp:ubuntu/edgy/xtrs 1 Development 2009-08-17 04:41:49 UTC
5. * Update README.Debian to stop docume...

Author: Branden Robinson
Revision Date: 2005-11-05 11:42:38 UTC

* Update README.Debian to stop documenting now-defunct site where Model I
  and Model III ROM images can be obtained. Also migrate /usr/doc
  references to /usr/share/doc.
* Update comment in z80.c to make it more legible (submitted upstream).
* Tweak zbx debugger UI (submitted upstream):
  + Report maximum number of traps when user tries to set too many.
  + Inform user of existence of "help" command when entering debugger.
  + Implement "zbxinfo" command, which credits authors, reports number of
    traps set, size of address space, maximum length of zbx command line,
    and whether GNU Readline support is enabled. Document existence of
    "zbxinfo" command in help output.
  + Kill off hard tab in help output.
* Implement "watch" command in zbx debugger, providing the ability to set
  watchpoints on addresses in memory (submitted upstream).
* Add upstream location of TRS-80 FAQ to Debian copyright file.
* Update TRS-80 FAQ to be based on Tim Mann's version 1.57 (2005-09-17).
  + Update question 14: What are the differences among single, double, quad,
    and high density floppy media?
  + Add question 26: How can I read the back of a disk that was written in a
    flippy drive?
* Add Czech debconf template translations; thanks, Katarína "Bubli"
  Machálková! (Closes: #319855)
* Add Swedish debconf template translations; thanks, Daniel Nylander!
  (Closes: #330443)
* Bump Debian standards version to 3.6.2; no changes needed.

lp:ubuntu/dapper/xtrs 2 Mature 2009-08-17 04:41:35 UTC
5. * Update README.Debian to stop docume...

Author: Branden Robinson
Revision Date: 2005-11-05 11:42:38 UTC

* Update README.Debian to stop documenting now-defunct site where Model I
  and Model III ROM images can be obtained. Also migrate /usr/doc
  references to /usr/share/doc.
* Update comment in z80.c to make it more legible (submitted upstream).
* Tweak zbx debugger UI (submitted upstream):
  + Report maximum number of traps when user tries to set too many.
  + Inform user of existence of "help" command when entering debugger.
  + Implement "zbxinfo" command, which credits authors, reports number of
    traps set, size of address space, maximum length of zbx command line,
    and whether GNU Readline support is enabled. Document existence of
    "zbxinfo" command in help output.
  + Kill off hard tab in help output.
* Implement "watch" command in zbx debugger, providing the ability to set
  watchpoints on addresses in memory (submitted upstream).
* Add upstream location of TRS-80 FAQ to Debian copyright file.
* Update TRS-80 FAQ to be based on Tim Mann's version 1.57 (2005-09-17).
  + Update question 14: What are the differences among single, double, quad,
    and high density floppy media?
  + Add question 26: How can I read the back of a disk that was written in a
    flippy drive?
* Add Czech debconf template translations; thanks, Katarína "Bubli"
  Machálková! (Closes: #319855)
* Add Swedish debconf template translations; thanks, Daniel Nylander!
  (Closes: #330443)
* Bump Debian standards version to 3.6.2; no changes needed.

lp:ubuntu/breezy/xtrs 1 Development 2009-08-17 04:41:19 UTC
4. * Package new upstream version. * Upd...

Author: Branden Robinson
Revision Date: 2005-04-29 23:51:58 UTC

* Package new upstream version.
* Update copyright file to reflect new upstream archive and copyright notice
  for Debian modifications. I never signed a written instrument assigning
  copyright in my changes to Software in the Public Interest, Inc., so under
  my understanding of U.S. law, the copyright remains with me.
* Update TRS-80 FAQ to be based on Tim Mann's version 1.53 (2005-04-07).

lp:ubuntu/hoary/xtrs 1 Development 2009-08-17 04:41:03 UTC
3. * Actually apply the patches in debia...

Author: Branden Robinson
Revision Date: 2005-01-13 18:51:57 UTC

* Actually apply the patches in debian/patches, which were neglected in the
  4.9-4 release.
* Add recognition of amd64 and ppc64 architectures in debian/rules (thanks,
  Andreas Jochens).
* Update build-dependency on libreadline4-dev (>= 4.1) to libreadline5-dev.
  Thanks to Andreas Jochens for pointing this out.
* Apply patch from Andreas Jochens to fix compilation errors on AMD64
  by adding more explicit casts. (Closes: #288767)

lp:ubuntu/warty/xtrs 1 Development 2009-08-17 04:40:49 UTC
3. * debian/compat: put debhelper compat...

Author: Branden Robinson
Revision Date: 2003-04-29 00:24:56 UTC

* debian/compat: put debhelper compatibility delcaration in this file, as
  recommended by debhelper(7)
* debian/control:
  - Standards-Version bumped to 3.5.9
  - replace hard-coded dependency on debconf with ${misc:Depends} per
    debhelper(7)
* debian/po/fr.po: add French debconf template translations (thanks, Pierre
  Machard) (Closes: #168252)
* debian/po/pt_BR.po: add Brazilian Portuguese debconf template translations
  (thanks, Andre Luis Lopes) (Closes: #179518)
* debian/rules: remove DH_COMPAT delcaration in favor of debian/compat,
  above
* debian/trs80faq.html: update to revision 1.45

lp:ubuntu/karmic/xtrs bug 1 Development 2009-08-17 04:37:27 UTC
7. Specify i686's endianness in debian/r...

Author: James Westby
Revision Date: 2009-01-13 10:14:09 UTC

Specify i686's endianness in debian/rules to fix build failure on lpia.

125 of 25 results