File: rules

package info (click to toggle)
jamin 0.98.9~git20170111~199091~repack1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 3,180 kB
  • ctags: 1,558
  • sloc: ansic: 12,841; perl: 679; makefile: 148; sh: 131; xml: 96
file content (53 lines) | stat: -rwxr-xr-x 2,147 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
#!/usr/bin/make -f
# -*- mode: makefile; coding: utf-8 -*-
# Copyright © 2003-2005 Robert Jordens <rjo@gmx.de>
# Copyright © 2010 Jonas Smedegaard <dr@jones.dk>
# Description: Main Debian packaging script for JAMin
#
# This program 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, or (at
# your option) any later version.
#
# This program 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 <http://www.gnu.org/licenses/>.

DEB_AUTO_UPDATE_LIBTOOL = pre
DEB_AUTO_UPDATE_AUTOCONF = 2.65
DEB_AUTO_UPDATE_AUTOHEADER = 2.65
#DEB_AUTO_UPDATE_ACLOCAL = 1.14
#DEB_AUTO_UPDATE_AUTOMAKE = 1.14
DEB_AUTO_UPDATE_AUTOMAKE =
DEB_AUTOMAKE_ARGS = --add-missing
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/rules/autoreconf.mk
include /usr/share/cdbs/1/rules/utils.mk

# Suppress optional build-dependencies, to ease backporting
CDBS_BUILD_DEPENDS_rules_utils_copyright-check =
CDBS_BUILD_DEPENDS_rules_utils_buildinfo =

debian/stamp-autotools-files: debian/stamp-intltoolize
debian/stamp-intltoolize:
	intltoolize -c -f
	touch $@
clean::
	rm -f debian/stamp-intltoolize

# Avoid graphics and sound files upsetting dpkg-source
DEB_COPYRIGHT_CHECK_IGNORE_REGEX = ^\./(pixmaps/.*\.(png|jpg)|test/files/junk\.jam|debian/(changelog|copyright(|_hints|_newhints)))$

clean::
	rm -f Makefile.in controller/Makefile.in data/Makefile.in examples/Makefile.in pixmaps/Makefile.in src/Makefile.in
	rm -f po/Makefile.in.in aclocal.m4 config.h.in configure controller/jamincont_1912.c ltmain.sh
	rm -f intltool-*.in

binary-install/jamin::
	find $(CURDIR)/debian/jamin -type f -name '*.la*' -delete
	mv $(CURDIR)/debian/jamin/usr/share/locale/cz/ $(CURDIR)/debian/jamin/usr/share/locale/cs