summaryrefslogtreecommitdiff
path: root/debian/rules
Commit message (Collapse)AuthorAge
* 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.
* 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.
* 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>
* 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.
* 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
| | | | | | | | | * 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.
* 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-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-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.
* 2004-10-19 Roland McGrath <roland@redhat.com>Roland McGrath2004-10-19
| | | | | | | | | * debian/rules (DEB_BUILD_GNU_TYPE, CONFIG_OPTS): New variables. [$(DEB_HOST_GNU_TYPE) == s390-linux] (build64, HOST64, CC64): Set them. (build/Makefile): Use $(CONFIG_OPTS). (build64/Makefile): Pass --host as well as --build. From Steve Langasek <vorlon@debian.org>. Fixes Debian bug #271500.
* 2004-08-31 Roland McGrath <roland@redhat.com>Roland McGrath2004-08-31
| | | | | | * debian/rules: Rewrite sparc64 change of 2004-07-12. Always do each build in a separate build directory. Fixes Debian bug #254728.
* 2004-08-31 Roland McGrath <roland@redhat.com>Roland McGrath2004-08-31
| | | | | | * debian/rules: Rewrite sparc64 change of 2004-07-12. Always do each build in a separate build directory. Fixes Debian bug #254728.
* 2004-08-31 Roland McGrath <roland@redhat.com>Roland McGrath2004-08-31
| | | | | | * debian/rules: Revert sparc64 change of 2004-07-12. It does not build properly. Fixes Debian bug #254728.
* 2004-07-12 Roland McGrath <roland@redhat.com>Roland McGrath2004-07-12
| | | | | | * debian/rules: On sparc-linux, build strace64 as well. From Ben Collins <bcollins@debian.org>. Fixes Debian bug #254728.
* 2003-01-10 Roland McGrath <roland@redhat.com>Roland McGrath2003-01-10
| | | | | | | | * strace.spec: New file. * debian/changelog: 4.4.90-1 * debian/rules (binary-arch): Depend on build. (clean): Don't try to run Makefile.in. * debian/control (Standards-Version): Now 3.5.8.
* No longer install postinst and prerm since /usr/doc symlink is no longer neededWichert Akkerman2003-01-08
|
* Add Debian packaging setupWichert Akkerman2002-03-31