LANGS := $(shell ls po/*/mwcc.po|cut -d/ -f2)
+DESTDIR =
+
+docdir = /usr/share/doc/madewithcc
+
+install = install
+
all: pdf epub
+install:
+ $(install) *.pdf *.epub $(DESTDIR)/$(docdir)
+
distclean: clean
rm -f $(SOURCE).md
clean:
--- /dev/null
+madewithcc (0.0.0) UNRELEASED; urgency=low
+
+ * Initial release (Closes: #).
+
+ -- Petter Reinholdtsen <pere@debian.org> Wed, 23 Jan 2013 12:25:31 +0100
--- /dev/null
+Source: madewithcc
+Section: misc
+Priority: optional
+Maintainer: Gunnar Wolf <gwolf@debian.org>
+Build-Depends: debhelper (>= 10)
+Build-Depends-Indep:
+ , pandoc
+ , dblatex
+ , texlive-lang-german
+ , texlive-lang-polish
+ , texlive-lang-spanish
+ , texlive-latex-extra
+ , dbtoepub
+Standards-Version: 4.0.0
+Vcs-Browser: gitlab.com/gunnarwolf/madewithcc-es
+Vcs-Git: gitlab.com/gunnarwolf/madewithcc-es
+
+Package: madewithcc
+Architecture: all
+Depends: ${misc:Depends}
+Description: The book Made with Creative Commons
+ Available in several translations.
--- /dev/null
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: madewithcc
+Upstream-Contact: Petter Reinholdtsen <pere@debian.org>
+
+Files: *
+Copyright: 2017, Petter Reinholdtsen <pere@debian.org>
+License: GPL-2+
+
+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".