Codebase list gsmartcontrol / d6e0467
debian/rules: Removed some useless comments Giuseppe Iuculano 15 years ago
1 changed file(s) with 0 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
00 #!/usr/bin/make -f
11 # -*- makefile -*-
22
3 # Uncomment this to turn on verbose mode.
43 #export DH_VERBOSE=1
54
65
1817
1918 config.status: configure
2019 dh_testdir
21 # Add here commands to configure the package.
2220 ifneq "$(wildcard /usr/share/misc/config.sub)" ""
2321 cp -f /usr/share/misc/config.sub config.sub
2422 endif
4745 dh_testroot
4846 dh_prep
4947 dh_installdirs
50 # Add here commands to install the package into debian/gsmartcontrol.
5148 $(MAKE) DESTDIR=$(CURDIR)/debian/gsmartcontrol install
5249
5350
54 # Build architecture-independent files here.
5551 binary-indep: install
56 # We have nothing to do by default.
5752
58 # Build architecture-dependent files here.
5953 binary-arch: install
6054 dh_testdir
6155 dh_testroot