Compare commits

...

3 commits

Author SHA1 Message Date
717c361529 Add debian packaging
Tested on debian buster x86_64, hopefully works on a wide range of systems
2020-01-29 13:42:20 -06:00
984b7d335d update ignores 2020-01-29 13:41:52 -06:00
88032e9f5b Remove object files 2020-01-29 13:40:22 -06:00
32 changed files with 99 additions and 1 deletions

4
.gitignore vendored
View file

@ -1,2 +1,4 @@
/mesaflash/mesaflash
/mesaflash/pci*
/mesaflash/pci_encoder_read
/mesaflash/pci_analog_write
*.[ao]

7
Makefile Normal file
View file

@ -0,0 +1,7 @@
.PHONY: all install clean
all:
make -C mesaflash all
install:
make -C mesaflash install
clean:
make -C mesaflash clean

5
debian/changelog vendored Normal file
View file

@ -0,0 +1,5 @@
mesaflash (4.0.0~alpha0) unstable; urgency=medium
* Package
-- Jeff Epler <jepler@unpythonic.net> Wed, 29 Jan 2020 11:42:12 -0600

1
debian/compat vendored Normal file
View file

@ -0,0 +1 @@
11

13
debian/control vendored Normal file
View file

@ -0,0 +1,13 @@
Source: mesaflash
Section: embedded
Priority: optional
Maintainer: Jeff Epler <jepler@unpythonic.net>
Build-Depends: debhelper, libpci-dev, libusb-1.0-0-dev
Standards-Version: 4.1.3
Homepage: https://github.com/jethornton/mesaflash
Vcs-Git: https://github.com/jethornton/mesaflash
Package: mesaflash
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Commandline program for flashing mesa and hostmot2 FPGA boards

41
debian/copyright vendored Normal file
View file

@ -0,0 +1,41 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: mesaflash
Source: <https://github.com/jethornton/mesaflash>
Files: *
Copyright: Copyright (C) 2013-2014 Michael Geszkiewicz
License: GPL-2+
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 <https://www.gnu.org/licenses/>
.
On Debian systems, the complete text of the GNU General
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
Files: debian/*
Copyright: 2020 Jeff Epler <jepler@unpythonic.net>
License: GPL-2+
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 <https://www.gnu.org/licenses/>
.
On Debian systems, the complete text of the GNU General
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".

0
debian/mesaflash-docs.docs vendored Normal file
View file

28
debian/rules vendored Executable file
View file

@ -0,0 +1,28 @@
#!/usr/bin/make -f
# See debhelper(7) (uncomment to enable)
# output every command that modifies files on the build system.
export DH_VERBOSE = 1
# see FEATURE AREAS in dpkg-buildflags(1)
#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
# see ENVIRONMENT in dpkg-buildflags(1)
# package maintainers to append CFLAGS
#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
# package maintainers to append LDFLAGS
#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
%:
dh $@
#override_dh_auto_configure:
# :
#
#override_dh_auto_build:
# $(MAKE) -C mesaflash
#
#override_dh_auto_install:
# $(MAKE) -C mesaflash install DESTDIR=debian/mesaflash/usr

1
debian/source/format vendored Normal file
View file

@ -0,0 +1 @@
3.0 (native)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.