Codebase list squidview / 9bf5276
Imported Debian patch 0.68-3 Willi Mann 11 years ago
3 changed file(s) with 18 addition(s) and 27 deletion(s). Raw diff Collapse all Expand all
0 squidview (0.68-3) unstable; urgency=medium
1
2 * Clean up debian/rules.
3 * Install the example files to /usr/share/doc/squidview/examples.
4 (Policy 12.6)
5
6 -- Willi Mann <willi@wm1.at> Sat, 16 Oct 2004 13:25:28 +0200
7
08 squidview (0.68-2) unstable; urgency=low
19
210 * Fix for compiling with gcc-3.4 (thanks to Andreas Jochens for reporting,
0 aliases
1 example.log
2 words
3 users
1515
1616 CXX = g++
1717 CXXFLAGS = -Wall -g -DDEBIANIZED
18 INSTALL = install
19 INSTALL_FILE = $(INSTALL) -p -o root -g root -m 644
20 INSTALL_PROGRAM = $(INSTALL) -p -o root -g root -m 755
21 INSTALL_SCRIPT = $(INSTALL) -p -o root -g root -m 755
22 INSTALL_DIR = $(INSTALL) -p -d -o root -g root -m 755
2318
2419 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
2520 CXXFLAGS += -O0
4237
4338 # Add here commands to compile the package.
4439 $(MAKE)
45 #/usr/bin/docbook-to-man debian/squidview.sgml > squidview.1
4640
4741 touch build-stamp
4842
5347
5448 # Add here commands to clean up after the build process.
5549 -$(MAKE) distclean
56 #-test -r /usr/share/misc/config.sub && \
57 # cp -f /usr/share/misc/config.sub config.sub
58 #-test -r /usr/share/misc/config.guess && \
59 # cp -f /usr/share/misc/config.guess config.guess
60
6150
6251 dh_clean
6352
7059 # Add here commands to install the package into debian/squidview.
7160 $(MAKE) install prefix=$(CURDIR)/debian/squidview/usr
7261
62 # Delete the examples from /usr/share/doc/squidview
63 for i in users aliases words example.log; do \
64 rm -f $(CURDIR)/debian/squidview/usr/share/doc/squidview/$$i; \
65 done
66
7367
7468 # Build architecture-independent files here.
7569 binary-indep: build install
7973 binary-arch: build install
8074 dh_testdir
8175 dh_testroot
82 # dh_installdebconf
8376 dh_installdocs
84 # dh_installexamples
85 # dh_installmenu
86 # dh_installlogrotate
87 # dh_installemacsen
88 # dh_installpam
89 # dh_installmime
90 # dh_installinit
91 # dh_installcron
92 dh_installman
93 # dh_installinfo
94 # dh_undocumented
77 dh_installexamples
9578 dh_installchangelogs ChangeLog
96 # dh_link
9779 dh_strip
9880 dh_compress -XHOWTO
9981 dh_fixperms
100 # dh_makeshlibs
101 dh_installdeb
102 # dh_perl
10382 dh_shlibdeps
10483 dh_gencontrol
10584 dh_md5sums