Skip to content

Commit

Permalink
changed due to rename of project file to apm_planner.pro for debian b…
Browse files Browse the repository at this point in the history
…uilds
  • Loading branch information
ChristopherOlson authored and billbonney committed Sep 27, 2016
1 parent 013bea2 commit e8a6382
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ build:
#GIT_VERSION=$(git describe --abbrev=1)
#git-dch -a --ignore-branch --new-version="2.0.0.$GIT_VERSION"
./debian/gitlog-to-changelog.pl > ./debian/changelog
qmake PREFIX=debian/tmp/usr qgroundcontrol.pro ${APP_PLATFORM_DEFINES}
qmake PREFIX=debian/tmp/usr apm_planner.pro ${APP_PLATFORM_DEFINES}
#cmake -DCMAKE_INSTALL_PREFIX=/usr .
#$(MAKE) CC="$(CC)" CFLAGS="$(CFLAGS)" --jobs=3
touch build
Expand All @@ -37,7 +37,7 @@ clean:
$(checkdir)
rm -f build
#cmake -DCMAKE_INSTALL_PREFIX=/usr .
qmake PREFIX=/usr qgroundcontrol.pro ${APP_PLATFORM_DEFINES}
qmake PREFIX=/usr apm_planner.pro ${APP_PLATFORM_DEFINES}
[ ! -f Makefile ] || $(MAKE) clean
rm -r Makefile
rm -rf *~ debian/tmp debian/*~ debian/files* debian/substvars
Expand Down Expand Up @@ -69,7 +69,7 @@ binary-arch: checkroot build
dpkg-deb --build debian/tmp ..

define checkdir
test -f qgroundcontrol.pro -a -f debian/rules
test -f apm_planner.pro -a -f debian/rules
endef

binary: binary-indep binary-arch
Expand Down

0 comments on commit e8a6382

Please sign in to comment.