Skip to content

Commit 7adff6d

Browse files
authored
updated deb package name (#44)
* getobservation optimization * releasing 2.4.0RC1 * updated deb package name
1 parent 58f053e commit 7adff6d

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ cd _build/istsos
5050
debuild -us -uc -d
5151
cd ..
5252

53-
mv python-istsos_$version-1_all.deb python-istsos_$version.deb
53+
mv python3-istsos_$version-1_all.deb python3-istsos_$version.deb
5454

5555
mv istsos_$version.orig.tar.gz istsos-$version.tar.gz
5656
# rm -rf istsos

debian/control

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Vcs-Browser: https://sourceforge.net/p/istsos/code/HEAD/tree/
1313
Vcs-Svn: svn://svn.code.sf.net/p/istsos/code/trunk
1414
Homepage: http://istsos.org
1515

16-
Package: python-istsos
16+
Package: python3-istsos
1717
Architecture: all
1818
Depends: ${misc:Depends},
1919
python3-dateutil,

debian/files

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
python-istsos_VERSION-1_all.deb python optional
1+
python3-istsos_VERSION-1_all.deb python optional
File renamed without changes.

0 commit comments

Comments
 (0)