~ubuntu-branches/ubuntu/wily/libuser/wily

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Ghe Rivero
  • Date: 2008-05-02 16:01:50 UTC
  • mfrom: (1.2.1 upstream) (7 intrepid)
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20080502160150-cq4ayxgq4etkecut
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
clean: unpatch
30
30
        dh_testdir
31
31
        dh_testroot
32
 
        -$(MAKE) distclean
 
32
        [ ! -f Makefile ] || $(MAKE) distclean
33
33
        -rm -f config.sub config.guess
34
34
        dh_clean
35
35
 
38
38
        dh_testroot
39
39
        dh_installdirs
40
40
 
41
 
        -$(MAKE) distclean
 
41
        [ ! -f Makefile ] || $(MAKE) distclean
42
42
 
43
43
ifneq "$(wildcard /usr/share/misc/config.sub)" ""
44
44
        cp -f /usr/share/misc/config.sub config.sub
75
75
install: $(patsubst %,install-%,$(shell pyversions -s))
76
76
        dh_testdir
77
77
        install -Dm644 debian/shlibs.libuser1 debian/libuser1/DEBIAN/shlibs
 
78
#       install -m644 apps/libapputil.la debian/tmp/usr/lib/libuser
78
79
 
79
80
# Build architecture-independent files here.
80
81
binary-indep: install