--- libevt-20141026.orig/debian/changelog +++ libevt-20141026/debian/changelog @@ -0,0 +1,35 @@ +libevt (20141026-1ubuntu1) trusty; urgency=medium + + * Upgrade. + + -- Kristinn Gudjonsson Mon, 03 Nov 2014 17:48:27 -0800 + +libevt (20140731-1ubuntu1) trusty; urgency=medium + + * Upgrade. + + -- Kristinn Gudjonsson Tue, 26 Aug 2014 12:44:33 -0700 + +libevt (20140531-1ubuntu1) trusty; urgency=medium + + * Upgrading. + + -- Kristinn Gudjonsson Mon, 21 Jul 2014 11:16:20 -0700 + +libevt (20140411-1ubuntu1) precise; urgency=low + + * Upgrading the library. + + -- Kristinn Gudjonsson Mon, 28 Apr 2014 10:18:20 -0700 + +libevt (20140112-1ubuntu1) precise; urgency=low + + * Updating the SIFT PPA package. + + -- Kristinn Gudjonsson Wed, 15 Jan 2014 10:28:18 -0800 + +libevt (20140112-1) unstable; urgency=low + + * Auto-generated + + -- Joachim Metz Sun, 12 Jan 2014 16:28:05 +0100 --- libevt-20141026.orig/debian/changelog.in +++ libevt-20141026/debian/changelog.in @@ -0,0 +1,5 @@ +libevt (@VERSION@-1) unstable; urgency=low + + * Auto-generated + + -- Joachim Metz @DPKG_DATE@ --- libevt-20141026.orig/debian/compat +++ libevt-20141026/debian/compat @@ -0,0 +1 @@ +7 --- libevt-20141026.orig/debian/control +++ libevt-20141026/debian/control @@ -0,0 +1,52 @@ +Source: libevt +Section: libs +Priority: extra +Maintainer: Joachim Metz +Build-Depends: debhelper (>= 7), autotools-dev, python-dev +Standards-Version: 3.8.3 +Homepage: https://github.com/libyal/libevt/ + +Package: libevt +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Suggests: libevt-dbg +Description: Library to access the Windows Event Log (EVT) format + libevt is a library to access the Windows Event Log (EVT) format. + +Package: libevt-dbg +Architecture: any +Section: debug +Depends: libevt (= ${Source-Version}), ${misc:Depends} +Description: Debugging symbols for libevt + Debugging symbols for libevt. + +Package: libevt-dev +Section: libdevel +Architecture: any +Depends: libevt (= ${Source-Version}) +Description: Header files and libraries for developing applications for libevt + Header files and libraries for developing applications for libevt. + +Package: libevt-tools +Section: utils +Architecture: any +Depends: libevt (= ${Source-Version}), ${shlibs:Depends} +Description: Several tools for reading Windows Event Log (EVT) files + Several tools for reading Windows Event Log (EVT) files. + +Package: libevt-python +Section: python +Architecture: any +Depends: libevt (= ${Source-Version}), ${shlibs:Depends}, ${python:Depends} +Suggests: libevt-python-dbg +Description: Python bindings for libevt + Python bindings for libevt. + +Package: libevt-python-dbg +Section: debug +Architecture: any +Depends: libevt-python (= ${Source-Version}) +Description: Debugging symbols for libevt-python + Debugging symbols for libevt-python. + --- libevt-20141026.orig/debian/copyright +++ libevt-20141026/debian/copyright @@ -0,0 +1,40 @@ +This work was packaged for Debian by: + + Joachim Metz on Sun, 26 Oct 2014 09:00:37 +0100 + +It was downloaded from https://github.com/libyal/libevt/ + +Upstream Author(s): + + Joachim Metz + +Copyright: + + Copyright (C) 2010-2014, Joachim Metz + +License: + + This package is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU Lesser General +Public License can be found in `/usr/share/common-licenses/LGPL-3'. + +The Debian packaging is: + + Copyright (C) 2010-2014, Joachim Metz + +and is licensed under the GNU Lesser General Public License, +see `/usr/share/common-licenses/LGPL-3'. + --- libevt-20141026.orig/debian/copyright.in +++ libevt-20141026/debian/copyright.in @@ -0,0 +1,40 @@ +This work was packaged for Debian by: + + Joachim Metz on @DPKG_DATE@ + +It was downloaded from https://github.com/libyal/libevt/ + +Upstream Author(s): + + Joachim Metz + +Copyright: + + Copyright (C) 2010-2014, Joachim Metz + +License: + + This package is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU Lesser General +Public License can be found in `/usr/share/common-licenses/LGPL-3'. + +The Debian packaging is: + + Copyright (C) 2010-2014, Joachim Metz + +and is licensed under the GNU Lesser General Public License, +see `/usr/share/common-licenses/LGPL-3'. + --- libevt-20141026.orig/debian/libevt-dev.docs +++ libevt-20141026/debian/libevt-dev.docs @@ -0,0 +1,4 @@ +AUTHORS +COPYING +NEWS +README --- libevt-20141026.orig/debian/libevt-tools.docs +++ libevt-20141026/debian/libevt-tools.docs @@ -0,0 +1,4 @@ +AUTHORS +COPYING +NEWS +README --- libevt-20141026.orig/debian/libevt.docs +++ libevt-20141026/debian/libevt.docs @@ -0,0 +1,4 @@ +AUTHORS +COPYING +NEWS +README --- libevt-20141026.orig/debian/rules +++ libevt-20141026/debian/rules @@ -0,0 +1,96 @@ +#!/usr/bin/make -f +# debian/rules that uses debhelper >= 7. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# This has to be exported to make some magic below work. +export DH_OPTIONS + +%: + dh $@ + +.PHONY: override_dh_auto_configure +override_dh_auto_configure: + dh_auto_configure -- --enable-python CFLAGS="-g" + +.PHONY: override_dh_auto_test +override_dh_auto_test: + +.PHONY: override_dh_install +override_dh_install: + # Create the libevt package. + dh_install "debian/tmp/usr/lib/lib*.so.*.*.*" -p libevt + # Create the libevt-dev package. + dh_install "debian/tmp/usr/include/*.h" -p libevt-dev + dh_install "debian/tmp/usr/include/lib*/*.h" -p libevt-dev + dh_install "debian/tmp/usr/lib/*.a" -p libevt-dev + dh_install "debian/tmp/usr/lib/*.la" -p libevt-dev + dh_install "debian/tmp/usr/lib/*.so" -p libevt-dev + dh_install "debian/tmp/usr/lib/pkgconfig/*" -p libevt-dev + dh_install "debian/tmp/usr/share/man/man3/*" -p libevt-dev + # Create the libevt-tools package. + dh_install "debian/tmp/usr/bin/*" -p libevt-tools + dh_install "debian/tmp/usr/share/man/man1/*" -p libevt-tools + # Create the libevt-python package. + dh_install -X"*_d.so" "debian/tmp/usr/lib/python*/*" -p libevt-python + # The libevt-dbg and libevt-python-dbg packages are created by dh_strip. + dh_install + +.PHONY: override_dh_installmenu +override_dh_installmenu: + +.PHONY: override_dh_installmime +override_dh_installmime: + +.PHONY: override_dh_installmodules +override_dh_installmodules: + +.PHONY: override_dh_installlogcheck +override_dh_installlogcheck: + +.PHONY: override_dh_installlogrotate +override_dh_installlogrotate: + +.PHONY: override_dh_installpam +override_dh_installpam: + +.PHONY: override_dh_installppp +override_dh_installppp: + +.PHONY: override_dh_installudev +override_dh_installudev: + +.PHONY: override_dh_installwm +override_dh_installwm: + +.PHONY: override_dh_installxfonts +override_dh_installxfonts: + +.PHONY: override_dh_gconf +override_dh_gconf: + +.PHONY: override_dh_icons +override_dh_icons: + +.PHONY: override_dh_perl +override_dh_perl: + +.PHONY: override_dh_pysupport +override_dh_pysupport: + +.PHONY: override_dh_strip +override_dh_strip: +ifeq (,$(filter nostrip,$(DEB_BUILD_OPTIONS))) + dh_strip -plibevt --dbg-package=libevt-dbg + dh_strip -plibevt-python --dbg-package=libevt-python-dbg +endif + +.PHONY: override_dh_shlibdeps +override_dh_shlibdeps: + dh_shlibdeps -Llibevt -l${PWD}/debian/tmp/usr/lib + +.PHONY: override_dh_makeshlibs +override_dh_makeshlibs: + dh_makeshlibs -Xlibevt-dev +