~ubuntu-core-dev/update-notifier/ubuntu

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: mvo
  • Date: 2005-06-13 12:13:22 UTC
  • Revision ID: gustavo@niemeyer.net-20050613121322-8aff498c25c39335
* debian/control:
  - tightend dependency for python-apt
* debian/changelog, configure.in:
  - new version 0.39.1
* debian/rules:
  - added svn-build
* src/hal.c: 
  - ported the reconnect bit
* data/apt-check:
  - check for both MarkInstall() and MarkUpgrade()

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
14
14
DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
15
15
 
 
16
UN_DEBVER=$(shell dpkg-parsechangelog |sed -n -e '/^Version:/s/^Version: //p')
16
17
 
17
18
CFLAGS = -Wall -g
18
19
 
111
112
        dh_md5sums
112
113
        dh_builddeb
113
114
 
 
115
svn-build:
 
116
        rm -rf debian/svn-build
 
117
        mkdir -p debian/svn-build/update-notifier-$(UN_DEBVER)
 
118
        svn ls -R | xargs cp -a --parents -v --target=debian/svn-build/update-notifier-$(UN_DEBVER)
 
119
        $(MAKE) -C debian/svn-build/update-notifier-$(UN_DEBVER) 
 
120
        (cd debian/svn-build/update-notifier-$(UN_DEBVER); $(DEB_BUILD_PROG))
 
121
 
 
122
 
114
123
binary: binary-indep binary-arch
115
124
.PHONY: build clean binary-indep binary-arch binary install