Codebase list i3lock-fancy / 212ab54
fixup debian-rules-is-dh_make-template Alexandre Viau 4 years ago
2 changed file(s) with 7 addition(s) and 22 deletion(s). Raw diff Collapse all Expand all
0 i3lock-fancy (0.0~git20160228.0.0fcb933-3) UNRELEASED; urgency=medium
0 i3lock-fancy (0.0~git20160228.0.0fcb933-3) unstable; urgency=medium
11
2 [ Simon Désaulniers ]
23 * Bump debhelper from old 9 to 12.
34 * Set debhelper-compat version in Build-Depends.
45 * Patching main script to use import instead of scrot for taking
56 screenshots.
67 * New upstream version. (Closes: 908094)
78
8 -- Simon Désaulniers <sim.desaulniers@gmail.com> Sun, 05 Jan 2020 15:41:18 -0500
9 [ Alexandre Viau ]
10 * Remove d/rules comments to avoid lintian
11 debian-rules-is-dh_make-template false positive.
12
13 -- Alexandre Viau <aviau@debian.org> Sun, 09 Feb 2020 17:00:43 -0500
914
1015 i3lock-fancy (0.0~git20160228.0.0fcb933-2.1) unstable; urgency=medium
1116
00 #!/usr/bin/make -f
1 # See debhelper(7) (uncomment to enable)
2 # output every command that modifies files on the build system.
3 #export DH_VERBOSE = 1
4
5
6 # see FEATURE AREAS in dpkg-buildflags(1)
7 #export DEB_BUILD_MAINT_OPTIONS = hardening=+all
8
9 # see ENVIRONMENT in dpkg-buildflags(1)
10 # package maintainers to append CFLAGS
11 #export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
12 # package maintainers to append LDFLAGS
13 #export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
141
152 PRG_NAME=i3lock-fancy
163
218 install -Dm 755 lock $(CURDIR)/debian/$(PRG_NAME)/usr/bin/$(PRG_NAME)
229 install -Dm 644 lock.png $(CURDIR)/debian/$(PRG_NAME)/usr/share/$(PRG_NAME)/lock.png
2310 dh_auto_install
24
25 # dh_make generated override targets
26 # This is example for Cmake (See https://bugs.debian.org/641051 )
27 #override_dh_auto_configure:
28 # dh_auto_configure -- # -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)
29
30 # override_dh_auto_build: