[med-svn] [Git][med-team/simrisc][debian/latest] 4 commits: Please leave the target distribution to UNRELEASED as long as the package is not uploaded

Andreas Tille (@tille) gitlab at salsa.debian.org
Wed Nov 1 07:13:12 GMT 2023



Andreas Tille pushed to branch debian/latest at Debian Med / simrisc


Commits:
fb150a4b by Andreas Tille at 2023-11-01T07:49:49+01:00
Please leave the target distribution to UNRELEASED as long as the package is not uploaded

- - - - -
d3ea92f1 by Andreas Tille at 2023-11-01T07:54:17+01:00
cme fix dpkg-control

- - - - -
85ed22da by Andreas Tille at 2023-11-01T07:55:15+01:00
Pass clean target even if ./build does not exist

- - - - -
8efd7e0b by Andreas Tille at 2023-11-01T08:12:43+01:00
Upload to unstable

- - - - -


3 changed files:

- debian/changelog
- debian/control
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,5 +1,6 @@
 simrisc (15.03.01-1) unstable; urgency=medium
 
+  [ Frank B. Brokken ]
   * New upstream version checks for incorrectly specified lines when the
     cumulative death proportions are read, changed the copyright: the Gnu
     Affero Public License was replaced by the Gnu General Public License
@@ -7,6 +8,10 @@ simrisc (15.03.01-1) unstable; urgency=medium
     (for ICMAKE_CXXFLAGS)
   * Updated debian/rules: it now specifies ICMAKE_CXXFLAGS
 
+  [ Andreas Tille ]
+  * cme fix dpkg-control
+  * Pass clean target even if ./build does not exist
+
  -- Frank B. Brokken <f.b.brokken at rug.nl>  Sat, 28 Oct 2023 15:42:16 +0200
 
 simrisc (15.03.00-2) unstable; urgency=medium


=====================================
debian/control
=====================================
@@ -1,9 +1,9 @@
 Source: simrisc
-Section: science
-Priority: optional
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
 Uploaders: tony mancill <tmancill at debian.org>,
            Frank B. Brokken <f.b.brokken at rug.nl>
+Section: science
+Priority: optional
 Build-Depends: debhelper-compat (= 13),
                ghostscript,
                icmake (>= 10.06.00),
@@ -12,7 +12,7 @@ Build-Depends: debhelper-compat (= 13),
                texlive-latex-extra,
                texlive-latex-recommended,
                texlive-plain-generic,
-               yodl (>= 4.02.02)
+               yodl
 Standards-Version: 4.6.2
 Vcs-Browser: https://salsa.debian.org/med-team/simrisc
 Vcs-Git: https://salsa.debian.org/med-team/simrisc.git
@@ -21,7 +21,8 @@ Rules-Requires-Root: no
 
 Package: simrisc
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 Description: simulation model for breast/lung cancer risk
  SiMRiSC is a simulation model for breast/lung cancer screening.
  It was originally designed by Marcel Greuter around 2010,


=====================================
debian/rules
=====================================
@@ -35,7 +35,7 @@ export CXX = g++
 	dh $@
 
 override_dh_auto_clean:
-	./build clean
+	./build clean || true
 	dh_auto_clean
 
 override_dh_auto_build-arch:



View it on GitLab: https://salsa.debian.org/med-team/simrisc/-/compare/e1f66c5ff5d4e89d16c381477a5c8e9591b7791e...8efd7e0bbe317c3d58edcda8e380f48ef138dc86

-- 
View it on GitLab: https://salsa.debian.org/med-team/simrisc/-/compare/e1f66c5ff5d4e89d16c381477a5c8e9591b7791e...8efd7e0bbe317c3d58edcda8e380f48ef138dc86
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20231101/481b274b/attachment-0001.htm>


More information about the debian-med-commit mailing list