diff options
| author | Jiri Olsa <Jiri Olsa jolsa@redhat.com> | 2011-02-15 13:10:45 +0100 |
|---|---|---|
| committer | Jiri Olsa <Jiri Olsa jolsa@redhat.com> | 2011-02-15 13:10:45 +0100 |
| commit | f5ad120cfd55aa810660f59b07382f4f9a0a0301 (patch) | |
| tree | 6d62066cb908cb8ed16983701be5f4b372be8e8d /package | |
| parent | fa6d2d20b68bcf9b151b6d62de48ad685e389310 (diff) | |
| download | latrace-f5ad120cfd55aa810660f59b07382f4f9a0a0301.tar.gz latrace-f5ad120cfd55aa810660f59b07382f4f9a0a0301.tar.xz latrace-f5ad120cfd55aa810660f59b07382f4f9a0a0301.zip | |
moving debian directory to the packaging
Diffstat (limited to 'package')
| -rw-r--r-- | package/debian/changelog | 6 | ||||
| -rw-r--r-- | package/debian/control | 5 | ||||
| -rwxr-xr-x[-rw-r--r--] | package/debian/rules | 4 |
3 files changed, 8 insertions, 7 deletions
diff --git a/package/debian/changelog b/package/debian/changelog index 2264d76..7468380 100644 --- a/package/debian/changelog +++ b/package/debian/changelog @@ -1,5 +1,5 @@ -latrace (0.5.3-1) unstable; urgency=low +latrace (0.5.7-1) unstable; urgency=low - * Debian packaging created. + * Packaged again. - -- Akos Pasztory <akos.pasztory@gmail.com> Tue, 24 Feb 2009 21:26:14 +0300 + -- Akos PASZTORY <akos.pasztory@gmail.com> Wed, 24 Feb 2010 23:57:07 +0200 diff --git a/package/debian/control b/package/debian/control index 473c3b2..0735f5e 100644 --- a/package/debian/control +++ b/package/debian/control @@ -3,7 +3,8 @@ Section: utils Priority: optional Maintainer: Akos PASZTORY <akos.pasztory@gmail.com> Standards-Version: 3.8.0 -Build-Depends: flex, bison, autoconf +Build-Depends: flex, bison, autoconf, binutils-dev (>= 2.19.51), + asciidoc, xmlto, docbook-xsl, docbook-xml Package: latrace Architecture: i386 amd64 armel @@ -15,4 +16,4 @@ Description: traces library calls in dynamically linked programs is provided, latrace will display function arguments with detailed output for structures. . - See also http://latrace.sourceforge.net/ + See also http://people.redhat.com/jolsa/latrace/index.shtml diff --git a/package/debian/rules b/package/debian/rules index 0295e77..36aa847 100644..100755 --- a/package/debian/rules +++ b/package/debian/rules @@ -30,11 +30,11 @@ binary-arch: debian/stamp-build install -d $(pkgdir)/DEBIAN $(docdir) make install ROOTDIR="$(CURDIR)/$(pkgdir)" cd $(pkgdir) && strip --strip-unneeded -R .note -R .comment \ - usr/bin/latrace usr/lib/latrace/libltaudit.so + usr/bin/latrace usr/lib/latrace/libltaudit.so* cp -p ChangeLog $(docdir)/changelog cp -p README ReleaseNotes TODO debian/copyright $(docdir) cp -p debian/changelog $(docdir)/changelog.Debian - cp -p debian/conffiles $(pkgdir)/DEBIAN + cd $(pkgdir) && find etc -type f -printf "/%p\n" > DEBIAN/conffiles gzip -9f $(pkgdir)/usr/share/man/man1/latrace.1 gzip -9f $(docdir)/changelog $(docdir)/changelog.Debian dpkg-shlibdeps $(pkgdir)/usr/bin/latrace |
