summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAge
* Prepare for 4.8 releaseDmitry V. Levin2013-06-03
| | | | | | * NEWS: Update for 4.8 release. * debian/changelog: 4.8-1. * strace.spec: 4.8-1.
* Sync strace.spec and debian/ with packagesDmitry V. Levin2013-05-17
| | | | | | * debian/changelog: Sync with 4.7-1. * debian/strace.docs: Likewise. * strace.spec: Sync with 4.7-3.
* Prepare for 4.7 releasev4.7Dmitry V. Levin2012-05-02
| | | | | | * configure.ac: Version 4.7. * debian/changelog: 4.7-1. * strace.spec: 4.7-1.
* Sync strace.spec and debian/ with packagesDmitry V. Levin2012-04-20
| | | | | | * debian/changelog: Sync with 4.5.20-2.3. * debian/control: Likewise. * strace.spec: Sync with 4.6-2.
* Tidy up includes and copyright notices, fix indentationDenys Vlasenko2012-03-16
| | | | | | | | | | | | | | | The files not mentioned in changelog below had only copyright notices fixes and indentation fixes. * defs.h: Include <stdint.h> and <inttypes.h>. * file.c: Do not include <inttypes.h>. Move struct kernel_dirent declaration below top include block. * block.c: Do not include <stdint.h> and <inttypes.h>. * quota.c: Likewise. * desc.c: Likewise. * signal.c: Likewise. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Prepare for 4.6 releaseDmitry V. Levin2011-03-14
| | | | | | | * NEWS: Update for 4.6 release. * configure.ac: Version 4.6. * debian/changelog: 4.6-1. * strace.spec: 4.6-1.
* Generate an xz tar archive of the distributionDmitry V. Levin2011-02-27
| | | | | | | | | * configure.ac (AM_INIT_AUTOMAKE): Replace dist-bzip2 with dist-xz. * Makefile.am: Update srpm target. * make-dist: Update for dist-xz. * strace.spec: Update Source tag. * debian/watch: Update regexp. * .gitignore: Add strace-*.tar.xz.
* Use "make check" in debian/rules and strace.specDmitry V. Levin2011-02-27
| | | | | | * debian/control: Update Build-Depends. * debian/rules: Run "make check". * strace.spec: Update BuildRequires. Run "make check" in %check section.
* Remove obsolete .cvsignore filesDmitry V. Levin2011-02-25
| | | | | * test/.cvsignore: Rename to test/.gitignore. * */.cvsignore, */*/.cvsignore: Removed.
* Sync debian/changelog and strace.spec with packagesDmitry V. Levin2011-02-22
| | | | | * debian/changelog: Sync with 4.5.20-2. * strace.spec: Likewise.
* Prepare for 4.5.20 releasev4.5.20Dmitry V. Levin2010-04-13
| | | | | | | * NEWS: Update for 4.5.20 release. * configure.ac: Version 4.5.20. * debian/changelog: 4.5.20-1. * strace.spec: 4.5.20-1.
* Update debian/* files for the upcoming releaseFrederik Schüler2010-04-13
| | | | | | | | | | | | * debian/control: update standards-version to 3.8.4. * debian/rules: allow parallel building. * debian/rules: comment out verbose build, only needed for debugging. * debian/rules: clean up clean: target, dh_clean does most of the work already. * debian/rules: use *-stamp instead of stamp-*, so dh_clean can tidy up for us. Signed-off-by: Frederik Schüler <fs@debian.org>
* Update debian/* filesFrederik Schüler2010-02-04
| | | | | | | | | | | | | | | | | * debian/control: add sparc64 to the architectures list. This closes Debian bug #560062 * Backport commit f0df31e71a58c6e79ba77c1a9d84b2f38d44bec7 to fix FTBFS. This closes Debian bug #560516 * debian/control: Update standards-version to 3.8.3. * debian/control: Lower package priority to optional, matching the archive override. * debian/control: add ${misc:Depends} to Depends: lines where appropriate. * debian/watch: new file, allows automatic tracking of new upstream versions. * debian/source/format: new file, adapt to debian source format "quilt" * debian/rules: indentation cleanups; use dh_testroot and dh_prep in clean target.
* Prepare debian/* files for releaseFrederik Schüler2009-10-05
| | | | | | | * debian/rules: Do not ship ChangeLog anymore. * debian/control: Update to Debian standards version 3.8.1, and remove Roland from the Maintainers list. This closes Debian bug #521458. * debian/changelog: Document changes and prepare for release.
* Prepare for 4.5.19 releaseDmitry V. Levin2009-09-19
| | | | | | | * NEWS: Update for 4.5.19 release. * configure.ac: Version 4.5.19. * debian/changelog: 4.5.19-1. * strace.spec: 4.5.19-1.
* Update debian/* to 4.5.18-1Dmitry V. Levin2009-09-19
| | | | | | | * debian/changelog: Update to 4.5.18-1. * debian/compat: Set compatibility level to 7. * debian/control (Build-Depends): Update debhelper requirement. (strace, strace64): Add Section and Priority tags.
* Cleanup trailing whitespaces and indentation that uses spaces before tabsDmitry V. Levin2009-07-08
| | | | | | | Correct spacing to fix warnings reported by git diff --check 4b825dc642cb6eb9a060e54bf8d69288fbee4904 HEAD Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
* trailing whitespace removal, no code changesDenys Vlasenko2009-01-02
|
* 2008-07-19 Frederik Schüler <fs@debian.org>Roland McGrath2008-07-22
| | | | | | | | | | * debian/control: Add strace64 package. Fixes Debian#491167, Debian#491188. * debian/rules: Use debhelper flag --same-arch instead of --arch in order to build strace64 only on the specified architectures. * debian/strace64.install: New file, list for dh_install. * debian/strace64.manpages: New file, list for dh_install. * debian/changelog: Add prereleases entries.
* 2008-07-09 Frederik Schüler <fs@debian.org>Roland McGrath2008-07-18
| | | | | | | | | | | | | | * debian/rules: Remove the broken udeb creation routines, and redo the complete install procedure using debhelper. * debian/strace.docs: New file, list for dh_installdocs. * debian/strace.examples: New file, list for dh_installexamples. * debian/strace.install: New file, list for dh_install. * debian/strace-udeb.install: New file, list for dh_install. * debian/strace.manpages : New file, list for dh_installmanpages. * debian/copyright: Update. * debian/control: Fix libc6 build dependency for alpha and ia64. (strace-udeb: XC-Package-Type): Add header. * debian/changelog: Cosmetic changes.
* 2008-07-09 Frederik Schüler <fs@debian.org>Roland McGrath2008-07-18
| | | | | | | | | | | | | * debian/rules: Remove the broken udeb creation routines, and redo the complete install procedure using debhelper. * debian/strace.docs: New file, list for dh_installdocs. * debian/strace.examples: New file, list for dh_installexamples. * debian/strace.install: New file, list for dh_install. * debian/strace-udeb.install: New file, list for dh_install. * debian/strace.manpages : New file, list for dh_installmanpages. * debian/copyright: Update. * debian/control: Fix libc6 build dependency for alpha and ia64. (strace-udeb: XC-Package-Type): Add header.
* 2008-07-01 Frederik Schüler <fs@debian.org>Roland McGrath2008-07-18
| | | | | | | | | | | | * debian/changelog: List all bugs closed since the last release. * debian/control: Remove Wichert Akkerman from uploaders list. * debian/control: Bump standards version to 3.8.0. * debian/control: Add Homepage field. * debian/rules: Fix dpkg-gencontrol call. * debian/compat: New file, set to compatibility level 5. * debian/rules: Call dh_clean on clean target. * debian/rules: Add dh_md5sums call. Fixes Debian#439428
* 2008-05-19 Roland McGrath <roland@redhat.com>Roland McGrath2008-05-20
| | | | | * debian/rules (binary-arch): Fix chmod/chown typo. Fixes Debian#459255.
* 2008-05-19 Roland McGrath <roland@redhat.com>Roland McGrath2008-05-20
| | | | | | * debian/rules (binary-arch): Install strace-graph in examples/ directory under package doc. Fixes Debian#469068.
* 2007-08-03 Roland McGrath <roland@redhat.com>Roland McGrath2007-08-03
| | | | | * configure.ac, NEWS: Version 4.5.16. * debian/changelog, strace.spec: 4.5.16-1.
* 2007-08-03 Roland McGrath <roland@redhat.com>Roland McGrath2007-08-03
| | | | | | | | | * debian/control (Build-Depends): Replace libc6-dev-s390x and libc6-dev-sparc64 with gcc-multilib. * debian/rules: Replace sparc-linux, s390-linux conditionals with general "arch64_map" hair, handle x86_64 and powerpc64 too. From Matthias Klose <doko@cs.tu-berlin.de>. Fixes Debian#435303.
* 2007-07-05 Roland McGrath <roland@redhat.com>Roland McGrath2007-07-05
| | | | * debian/rules: Use debian/$(package) instead of debian/tmp as temp dir.
* 2007-07-05 Roland McGrath <roland@redhat.com>Roland McGrath2007-07-05
| | | | | | | * debian/changelog: Harmonize with debian version. * debian/control (Uploaders): Fix surname spelling. (Build-Depends): Make debhelper requirement (>= 5.0.0). (Standards-Version): Update to 3.7.2.
* 2007-07-05 Roland McGrath <roland@redhat.com>Roland McGrath2007-07-05
| | | | * debian/control (Architecture): Add armel.
* log updatesv4.5.15Roland McGrath2007-01-16
|
* log updateRoland McGrath2007-01-16
|
* 2007-01-11 Roland McGrath <roland@redhat.com>Roland McGrath2007-01-11
| | | | * debian/control (Uploaders): Add Frederik Schueler <fs@debian.org>.
* 2007-01-11 Roland McGrath <roland@redhat.com>Roland McGrath2007-01-11
| | | | | * configure.ac, NEWS: Version 4.5.15. * debian/changelog, strace.spec: 4.5.15-1.
* 2006-01-16 Roland McGrath <roland@redhat.com>Roland McGrath2006-01-17
| | | | | * configure.ac, NEWS: Version 4.5.14. * debian/changelog, strace.spec: 4.5.14-1.
* 2006-01-13 Roland McGrath <roland@redhat.com>Roland McGrath2006-01-14
| | | | * debian/control (Build-Depends): Add debhelper.
* 2006-01-12 Roland McGrath <roland@redhat.com>Roland McGrath2006-01-12
| | | | * debian/control (Standards-Version): Update to 3.6.2.
* 2006-01-12 Roland McGrath <roland@redhat.com>Roland McGrath2006-01-12
| | | | | * debian/rules (binary-arch): Don't pass -s to install. Use dh_strip. Fixes Debian#325132.
* 2005-12-01 Roland McGrath <roland@redhat.com>Roland McGrath2005-12-02
| | | | | * debian/control (Architecture): Add armeb. Fixes Debian#335681.
* 2005-08-03 Roland McGrath <roland@redhat.com>Roland McGrath2005-08-03
| | | | | * configure.ac, NEWS: Version 4.5.13. * debian/changelog, strace.spec: 4.5.13-1.
* 2005-06-09 Roland McGrath <roland@redhat.com>Roland McGrath2005-06-10
| | | | | * configure.ac, NEWS: Version 4.5.12. * debian/changelog, strace.spec: 4.5.12-1.
* 2005-05-09 Roland McGrath <roland@redhat.com>Roland McGrath2005-05-09
| | | | | * debian/control (Architecture): Add ppc64. Fixes Debian bug #301089.
* 2005-03-22 Roland McGrath <roland@redhat.com>Roland McGrath2005-03-22
| | | | | * configure.ac, NEWS: Version 4.5.11. * debian/changelog, strace.spec: 4.5.11-1.
* 2005-03-14 Roland McGrath <roland@redhat.com>Roland McGrath2005-03-15
| | | | | * configure.ac, NEWS: Version 4.5.10. * debian/changelog, strace.spec: 4.5.10-1.
* 2005-03-14 Roland McGrath <roland@redhat.com>Roland McGrath2005-03-15
| | | | | * debian/control (Architecture): Add s390. Fixes Debian bug #294172.
* 2005-02-05 Roland McGrath <roland@redhat.com>Roland McGrath2005-02-06
| | | | | | * debian/control (Build-Depends): Fix for s390 and sparc. From Bastian Blank <waldi@debian.org>. Fixes Debian bug #293564.
* 2005-02-04 Roland McGrath <roland@redhat.com>Roland McGrath2005-02-04
| | | | | * configure.ac, NEWS: Version 4.5.9. * debian/changelog, strace.spec: 4.5.9-2.
* 2005-02-04 Roland McGrath <roland@redhat.com>Roland McGrath2005-02-04
| | | | | * configure.ac, NEWS: Version 4.5.9. * debian/changelog, strace.spec: 4.5.9-1.
* 2005-02-02 Roland McGrath <roland@redhat.com>Roland McGrath2005-02-03
| | | | | | | * debian/control: Add strace-udeb package for installer debugging. * debian/rules (binary-arch): Build it. From Joshua Kwan <joshk@triplehelix.org>. Fixes Debian bug #268294.
* 2004-10-19 Roland McGrath <roland@redhat.com>Roland McGrath2004-10-20
| | | | | * configure.ac, NEWS: Version 4.5.8. * debian/changelog, strace.spec: 4.5.8-1.
* 2004-10-19 Roland McGrath <roland@redhat.com>Roland McGrath2004-10-19
| | | | | | * debian/rules: Make strace64.1.gz symlink to strace.1.gz instead of strace64.1 to strace.1, which doesn't exist. Fixes Debian bug #269220.