debian/0000755000000000000000000000000012261556625007200 5ustar debian/compat0000644000000000000000000000000212233450622010363 0ustar 9 debian/README.source0000644000000000000000000000044412260156247011354 0ustar lime-forensics for Debian ------------------------- The source code for file doc/LiME_Documentation_1.1.pdf isn't available, therefore it was removed to make the upstream tarball compliant with DFSG. -- Joao Eriberto Mota Filho Sat, 30 Dec 2013 00:38:22 -0200 debian/copyright0000644000000000000000000000213612233577337011137 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: lime-forensics Source: https://code.google.com/p/lime-forensics Files: * Copyright: 2011-2013 Joe Sylve License: GPL-2.0+ Files: debian/* Copyright: 2013 Joao Eriberto Mota Filho License: GPL-2.0+ License: GPL-2.0+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 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 General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/lime-forensics-dkms.dkms0000644000000000000000000000050412233562210013714 0ustar PACKAGE_NAME="lime-forensics" PACKAGE_VERSION="#MODULE_VERSION#" MAKE[0]="make -C ${kernel_source_dir} M=${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build" CLEAN="make -C ${kernel_source_dir} M=${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build clean" BUILT_MODULE_NAME[0]=lime DEST_MODULE_LOCATION[0]=/extra LOAD=no debian/lintian-overrides0000644000000000000000000000012712233540500012541 0ustar # The upstream doesn't provided a changelog lime-forensics-dkms: no-upstream-changelog debian/README.Debian0000644000000000000000000000074112247616134011237 0ustar lime-forensics for Debian ------------------------- An usage example on Debian: # modprobe lime path=/tmp/ram.lime format=lime Before to reuse, remove the loaded kernel module using the rmmod command, e.g.: # modprobe -r lime Please, see LiME_Documentation_1.1.pdf, at https://code.google.com/p/lime-forensics/ \ downloads/list, for a full description of the lime-forensics software. -- Joao Eriberto Mota Filho Mon, 04 Dec 2013 10:01:09 -0200 debian/source/0000755000000000000000000000000012260157406010471 5ustar debian/source/lintian-overrides0000644000000000000000000000015712260157473014061 0ustar # The upstream didn't provide a PGP/GPG signature. lime-forensics source: debian-watch-may-check-gpg-signature debian/source/format0000644000000000000000000000001412233445766011710 0ustar 3.0 (quilt) debian/control0000644000000000000000000000301112260155677010577 0ustar Source: lime-forensics Section: kernel Priority: optional Maintainer: Debian Forensics Uploaders: Joao Eriberto Mota Filho Build-Depends: debhelper (>=9), dkms Standards-Version: 3.9.5 Homepage: https://code.google.com/p/lime-forensics Vcs-Browser: http://anonscm.debian.org/gitweb/?p=forensics/lime-forensics.git;a=summary Vcs-Git: git://anonscm.debian.org/forensics/lime-forensics.git Package: lime-forensics-dkms Architecture: all Depends: ${misc:Depends}, dkms Description: kernel module to memory dump (DKMS) LiME (Linux Memory Extractor, formerly DMD) is a Loadable Kernel Module (LKM), which allows the acquisition of volatile memory (RAM) from Linux and Linux-based devices, such as those powered by Android. In others words, you can use it to get a memory image from a machine. . The tool supports acquiring memory either to the file system of the device or over the network. LiME is unique in that it is the first tool that allows full memory captures from Android devices. It also minimizes its interaction between user and kernel space processes during acquisition. It will produce memory captures that are more forensically sound than those of other tools designed for Linux memory acquisition. The dump format provided as "lime" is fully compatible with volatility framework. . This package provides the source code for the lime-forensics kernel modules to be build with dkms. . Kernel source or headers are required to compile these modules. debian/changelog0000644000000000000000000000105112261556625011047 0ustar lime-forensics (1.1-r17+dfsg-2) unstable; urgency=medium * Bumped Standards-Version from 3.9.4 to 3.9.5. * debian/README.source: added a header to the file (cosmetic action). * debian/source/: added an override to reply to check-gpg-signature. * debian/watch: improved. -- Joao Eriberto Mota Filho Mon, 30 Dec 2013 00:33:32 -0200 lime-forensics (1.1-r17+dfsg-1) unstable; urgency=low * Initial release (Closes: #728160) -- Joao Eriberto Mota Filho Mon, 28 Oct 2013 09:35:09 -0200 debian/watch0000644000000000000000000000021012261556566010226 0ustar version=3 opts="dversionmangle=s/\+dfsg//" \ https://code.google.com/p/lime-forensics/downloads/list .*/lime-forensics-(\d\S*)\.tar\.gz debian/rules0000755000000000000000000000040612233600470010243 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 VERSION=$(shell dpkg-parsechangelog | grep ^Version: | cut -d" " -f2) %: dh $@ --parallel --with dkms override_dh_install: dh_install src/* usr/src/lime-forensics-$(VERSION)/ override_dh_dkms: dh_dkms -V $(VERSION) debian/gbp.conf0000644000000000000000000000006512246244720010611 0ustar [DEFAULT] debian-branch = debian pristine-tar = True