Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

Commit 8afd15a

Browse files
authored
Revert "Created CoppeliaSim v4.4.0rev0 compatible version (#14)" (#16)
This reverts commit 60141a7.
1 parent 60141a7 commit 8afd15a

File tree

5 files changed

+8
-12
lines changed

5 files changed

+8
-12
lines changed

coppeliarobotics/remoteApi

debian/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
libdqrobotics-interface-vrep-4.4.0-0 (19.10.0) UNRELEASED; urgency=medium
1+
libdqrobotics-interface-vrep (19.10.0) UNRELEASED; urgency=medium
22

33
* Initial release of 19.10.0
44

debian/control

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
Source: libdqrobotics-interface-vrep-4.4.0-0
1+
Source: libdqrobotics-interface-vrep
22
Section: devel
33
Priority: optional
44
Maintainer: Murilo Marinho <murilo@g.ecc.u-tokyo.ac.jp>
55
Build-Depends: cmake, libeigen3-dev, git, libdqrobotics
66
Homepage: https://dqrobotics.github.io/
77

8-
Package: libdqrobotics-interface-vrep-4.4.0-0
9-
Conflicts: libdqrobotics-interface-vrep
8+
Package: libdqrobotics-interface-vrep
109
Architecture: any
1110
Depends: libdqrobotics
1211
Description: DQ Robotics interface with V-REP

debian/rules

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
#!/usr/bin/make -f
22

33
BUILDDIR = build_dir
4-
COPPELIASIMTAG = coppeliasim-v4.4.0-rev0
5-
# A more standardized naming of the version above
6-
PACKAGETAG = 4.4.0-0
74

85
# secondly called by launchpad
96
build:
@@ -12,8 +9,8 @@ ifeq ($(CI),)
129
rm -rf coppeliarobotics/{*,.*}
1310
rm -rf coppeliarobotics
1411
mkdir -p coppeliarobotics
15-
git clone --single-branch --branch $(COPPELIASIMTAG) https://git.launchpad.net/~dqrobotics-dev/dqrobotics/+git/coppelia-include coppeliarobotics/include
16-
git clone --single-branch --branch $(COPPELIASIMTAG) https://git.launchpad.net/~dqrobotics-dev/dqrobotics/+git/coppelia-remoteApi coppeliarobotics/remoteApi
12+
git clone --single-branch --branch coppeliasim-v4.2.0-rev5 https://git.launchpad.net/~dqrobotics-dev/dqrobotics/+git/coppelia-include coppeliarobotics/include
13+
git clone --single-branch --branch coppeliasim-v4.2.0-rev5 https://git.launchpad.net/~dqrobotics-dev/dqrobotics/+git/coppelia-remoteApi coppeliarobotics/remoteApi
1714
else
1815
echo "CI detected, skipping manual submodule load"
1916
endif
@@ -30,7 +27,7 @@ binary-indep:
3027
binary-arch:
3128
cd $(BUILDDIR); cmake -P cmake_install.cmake
3229
mkdir -p debian/tmp/DEBIAN
33-
dpkg-gencontrol -plibdqrobotics-interface-vrep-$(PACKAGETAG)
30+
dpkg-gencontrol -plibdqrobotics-interface-vrep
3431
dpkg --build debian/tmp ..
3532

3633
# firstly called by launchpad

0 commit comments

Comments
 (0)