Run of fresh-snapshots for cassiopee

Merge these changes:

git pull https://janitor.debian.net/git/cassiopee fresh-snapshots/main
git pull https://janitor.debian.net/git/cassiopee fresh-snapshots/pristine-tar
git pull https://janitor.debian.net/git/cassiopee fresh-snapshots/upstream
Full worker log

Summary

DEB_UPDATE_CHANGELOG=auto deb-new-upstream --snapshot --refresh-patches

Diff

Branch: main

diff --git a/.circleci/config.yml b/.circleci/config.yml
new file mode 100644
index 0000000..77cbae4
--- /dev/null
+++ b/.circleci/config.yml
@@ -0,0 +1,21 @@
+version: 2.1
+
+orbs:
+  win: circleci/windows@1.0.0
+
+jobs:
+  build:
+    executor:
+      name: win/vs2019
+      shell: powershell.exe
+    steps:
+      - checkout
+      - restore_cache:
+          keys:
+            - dotnet-packages-v1-{{ checksum "circleci-demo-windows.csproj" }}
+      - run:
+          name: "Install project dependencies, google-log missing for the moment"
+          command: choco install cmake boost-msvc-14.1 make doxygen.install MinGW
+      - run:
+          name: "Compile"
+          command: $ENV:PATH="$ENV:PATH;C:\Program Files (x86)\Microsoft Visual Studio\VC\bin\x86_amd64"; $ENV:BOOST_ROOT="C:\local\boost_1_67_0"; & "C:\Program Files\Cmake\bin\cmake.exe" -Wno-dev -G "Unix Makefiles" -DCGAL_Boost_USE_STATIC_LIBS=true .; make
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 8d1e8e9..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,35 +0,0 @@
-test/*.idx
-test/*.meta
-test/test.out
-
-# Compiled Object files
-*.slo
-*.lo
-*.o
-
-# Compiled Dynamic libraries
-*.so
-*.dylib
-
-# Compiled Static libraries
-*.lai
-*.la
-*.a
-
-# cmake
-CMakeCache.txt
-CMakeFiles
-cmake_install.cmake
-doc/*
-bin
-Makefile
-Cassiopee
-test/test_cassiopee
-CTestTestfile.cmake
-Testing
-
-# reports
-cppunit-report.xml
-cassiopee.dot
-*.png
-test/sequence.txt.cass.idx
diff --git a/debian/changelog b/debian/changelog
index b867648..8748bed 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cassiopee (1.0.9+git20191220.1.eb9d45d+ds-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Thu, 19 Jan 2023 08:14:03 -0000
+
 cassiopee (1.0.9-3) unstable; urgency=medium
 
   * Team upload.
diff --git a/deps/glog-0.3.3.tar.gz b/deps/glog-0.3.3.tar.gz
new file mode 100644
index 0000000..92fa52d
Binary files /dev/null and b/deps/glog-0.3.3.tar.gz differ

Branch: pristine-tar

diff --git a/cassiopee_1.0.9+git20191220.1.eb9d45d+ds.orig.tar.gz.delta b/cassiopee_1.0.9+git20191220.1.eb9d45d+ds.orig.tar.gz.delta
new file mode 100644
index 0000000..f4d5282
Binary files /dev/null and b/cassiopee_1.0.9+git20191220.1.eb9d45d+ds.orig.tar.gz.delta differ
diff --git a/cassiopee_1.0.9+git20191220.1.eb9d45d+ds.orig.tar.gz.id b/cassiopee_1.0.9+git20191220.1.eb9d45d+ds.orig.tar.gz.id
new file mode 100644
index 0000000..8d3b898
--- /dev/null
+++ b/cassiopee_1.0.9+git20191220.1.eb9d45d+ds.orig.tar.gz.id
@@ -0,0 +1 @@
+0735afdad9afbf2c61b76ec136bad987b7da0cf9

Branch: upstream

Tag: upstream/1.0.9+git20191220.1.eb9d45d+ds
diff --git a/.circleci/config.yml b/.circleci/config.yml
new file mode 100644
index 0000000..77cbae4
--- /dev/null
+++ b/.circleci/config.yml
@@ -0,0 +1,21 @@
+version: 2.1
+
+orbs:
+  win: circleci/windows@1.0.0
+
+jobs:
+  build:
+    executor:
+      name: win/vs2019
+      shell: powershell.exe
+    steps:
+      - checkout
+      - restore_cache:
+          keys:
+            - dotnet-packages-v1-{{ checksum "circleci-demo-windows.csproj" }}
+      - run:
+          name: "Install project dependencies, google-log missing for the moment"
+          command: choco install cmake boost-msvc-14.1 make doxygen.install MinGW
+      - run:
+          name: "Compile"
+          command: $ENV:PATH="$ENV:PATH;C:\Program Files (x86)\Microsoft Visual Studio\VC\bin\x86_amd64"; $ENV:BOOST_ROOT="C:\local\boost_1_67_0"; & "C:\Program Files\Cmake\bin\cmake.exe" -Wno-dev -G "Unix Makefiles" -DCGAL_Boost_USE_STATIC_LIBS=true .; make
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 8d1e8e9..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,35 +0,0 @@
-test/*.idx
-test/*.meta
-test/test.out
-
-# Compiled Object files
-*.slo
-*.lo
-*.o
-
-# Compiled Dynamic libraries
-*.so
-*.dylib
-
-# Compiled Static libraries
-*.lai
-*.la
-*.a
-
-# cmake
-CMakeCache.txt
-CMakeFiles
-cmake_install.cmake
-doc/*
-bin
-Makefile
-Cassiopee
-test/test_cassiopee
-CTestTestfile.cmake
-Testing
-
-# reports
-cppunit-report.xml
-cassiopee.dot
-*.png
-test/sequence.txt.cass.idx
diff --git a/deps/glog-0.3.3.tar.gz b/deps/glog-0.3.3.tar.gz
new file mode 100644
index 0000000..92fa52d
Binary files /dev/null and b/deps/glog-0.3.3.tar.gz differ

Debdiff

[The following lists of changes regard files as different if they have different names, permissions or owners.]

Files in second set of .debs but not in first

-rw-r--r--  root/root   /usr/lib/debug/.build-id/a7/b15aef7abdd6814cb1a78f9fc1d5fb22876c66.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/d6/fe2fc4791d82cb36e9837420fd2f46370c0b07.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/f5/c090bb5f74c30e71a4f57e86dba1c7f05cc26f.debug

Files in first set of .debs but not in second

-rw-r--r--  root/root   /usr/lib/debug/.build-id/0f/e04aebbd4ce1e2979a7e2c228e902e033eadc7.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/73/d34ec7df779cd13716b909b70c17cd80b80c81.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/ae/3391d7eafd92ade66490e29632e1bbba176310.debug

Control files of package cassiopee: lines which differ (wdiff format)

  • Depends: libc6 (>= 2.14), 2.34), libcassie1v5 (>= 1.0.9), 1.0.9+git20191220.1.eb9d45d+ds), libgcc-s1 (>= 3.0), libgoogle-glog0v6 (>= 0.6.0), libstdc++6 (>= 5.2)

Control files of package cassiopee-dbgsym: lines which differ (wdiff format)

  • Build-Ids: 0fe04aebbd4ce1e2979a7e2c228e902e033eadc7 ae3391d7eafd92ade66490e29632e1bbba176310 a7b15aef7abdd6814cb1a78f9fc1d5fb22876c66 d6fe2fc4791d82cb36e9837420fd2f46370c0b07

No differences were encountered between the control files of package libcassie-dev

No differences were encountered between the control files of package libcassie-doc

No differences were encountered between the control files of package libcassie1v5

Control files of package libcassie1v5-dbgsym: lines which differ (wdiff format)

  • Build-Ids: 73d34ec7df779cd13716b909b70c17cd80b80c81 f5c090bb5f74c30e71a4f57e86dba1c7f05cc26f

Publish History

  • 2023-02-22T17:04: ( Success ) (requested by runner)
  • 2023-02-22T17:04: ( Success ) (requested by runner)
  • 2023-02-22T17:03: ( Success ) (requested by runner)
  • 2023-02-22T17:02: ( Success ) (requested by runner)

Resulting package

The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:

apt install -t fresh-snapshots cassiopee-dbgsymapt install -t fresh-snapshots cassiopeeapt install -t fresh-snapshots libcassie-devapt install -t fresh-snapshots libcassie-docapt install -t fresh-snapshots libcassie1v5-dbgsymapt install -t fresh-snapshots libcassie1v5

Reviews

Reviewer Verdict Comment
jelmer@debian.org approved