File: rules

package info (click to toggle)
upgrade-system 1.8.2.2
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 96 kB
  • sloc: sh: 238; python: 22; makefile: 2
file content (12 lines) | stat: -rwxr-xr-x 245 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
#
# debhelper-7 [debian/rules] for upgrade-system
#
# COPYRIGHT © 2004-2020 Martin-Éric Racine <martin-eric.racine@iki.fi>
#
# LICENSE
# GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html>
#
%:
	dh $@
#EOF