~ubuntu-branches/ubuntu/lucid/kdevelop/lucid-backports

« back to all changes in this revision

Viewing changes to debian/cdbs/uploaders.mk

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2007-11-14 17:25:50 UTC
  • Revision ID: james.westby@ubuntu.com-20071114172550-1wnv35f2y54xz5z7
Tags: 4:3.5.0-2ubuntu1
Merge with Debian, remaining change: kubuntu_01_svn_724231_qmake.diff

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
2
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
3
 
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog  | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++ Changes by //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
 
3
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog  | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
4
4
 
5
5
 
6
6
debian/control.tmp:
13
13
 
14
14
check-uploaders: debian/control.tmp
15
15
        @if ! diff -q debian/control debian/control.tmp ; then \
16
 
                echo "Control file differs from manually generated one" ; \
17
 
                echo "Please update it manually and check it afterwards" ; \
18
 
                exit 1; \
 
16
                echo "WARNING:: Control file differs from manually generated one" ; \
 
17
                echo "WARNING:: Please update it manually and check it afterwards" ; \
 
18
                echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
 
19
                echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
19
20
        fi
20
21
        
21
22
 
25
26
update-uploaders: debian/control.tmp
26
27
        @mv -f debian/control.tmp debian/control
27
28
 
28
 
 
 
29
makebuilddir:: check-uploaders