File: control

package info (click to toggle)
memtool 2016.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 384 kB
  • ctags: 53
  • sloc: sh: 1,232; ansic: 397; makefile: 8
file content (20 lines) | stat: -rw-r--r-- 901 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: memtool
Section: devel
Priority: extra
Maintainer: Uwe Kleine-König <ukleinek@debian.org>
Standards-Version: 3.9.8
Homepage: http://www.pengutronix.de/software/memtool/index_en.html
Build-Depends: debhelper (>= 9), autoconf, automake
Build-Conflicts: autoconf2.13, automake1.4
Vcs-Browser: http://git.pengutronix.de/?p=tools/memtool.git
Vcs-Git: git://git.pengutronix.de/git/tools/memtool.git -b debian/unstable

Package: memtool
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Development tool to modify memory mapped registers
 memtool allows one to read and write memory mapped registers via /dev/mem. The
 commands are inspired by the respective commands of the barebox bootloader.
 This is handy during driver development to inspect and modify register
 settings. It can also be used to modify regular files and character devices
 (e.g. to paint to /dev/fb0).