File: rules

package info (click to toggle)
meta-gnome3 1%3A43%2B1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 152 kB
  • sloc: makefile: 10
file content (16 lines) | stat: -rwxr-xr-x 337 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
# -*- mode: makefile; coding: utf-8 -*-

%:
	dh $@

override_dh_gnome:
	dh_gnome --no-gnome-versions

# In Ubuntu, low-memory-monitor is not in main
override_dh_gencontrol:
ifneq ($(shell dpkg-vendor --query vendor),Ubuntu)
	dh_gencontrol -- -Vlmm:Recommends='low-memory-monitor [linux-any]'
else
	dh_gencontrol
endif