Skip to content
Snippets Groups Projects
Commit 83487cd5 authored by Martin Mareš's avatar Martin Mareš
Browse files

Packaging

parent 94540390
No related branches found
No related tags found
No related merge requests found
SUBDIRS=xerox-acct xerox-xcpt
.DEFAULT_GOAL := all
all clean install:
@for D in $(SUBDIRS) ; do make -C $$D $@ ; done
kam-printing (0.1) unstable; urgency=medium
* Initial release.
-- Martin Mares <mj@ucw.cz> Mon, 17 May 2021 12:57:01 +0200
9
Source: kam-printing
Section: unknown
Priority: optional
Maintainer: Martin Mares <mj@ucw.cz>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.5
Vcs-Git: https://gitlab.kam.mff.cuni.cz/wizards/kam-printing
Package: kam-printing
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: KAM printer drivers
Printer drivers we use at KAM.
#!/usr/bin/make -f
#DH_VERBOSE = 1
# see EXAMPLES in dpkg-buildflags(1) and read /usr/share/dpkg/*
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/default.mk
%:
dh $@
......@@ -6,3 +6,7 @@ all: xerox-acct
clean:
rm -f `find . -name "*~" -or -name "*.[oa]" -or -name TAGS -or -name core -or -name .depend -or -name .#*`
rm -f xerox-acct
install: all
install -d $(DESTDIR)/usr/lib/cups/filter
install xerox-acct $(DESTDIR)/usr/lib/cups/filter/
......@@ -6,3 +6,7 @@ all: xerox-xcpt
clean:
rm -f `find . -name "*~" -or -name "*.[oa]" -or -name TAGS -or -name core -or -name .depend -or -name .#*`
rm -f xerox-xcpt
install: all
install -d $(DESTDIR)/usr/lib/cups/filter
install xerox-xcpt $(DESTDIR)/usr/lib/cups/filter/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment