[med-svn] [Git][med-team/python-pycosat][master] 10 commits: Fix watchfile to detect new versions on github
Andreas Tille (@tille)
gitlab at salsa.debian.org
Sat Oct 9 07:08:06 BST 2021
Andreas Tille pushed to branch master at Debian Med / python-pycosat
Commits:
6d69479d by Andreas Tille at 2021-10-09T07:38:20+02:00
Fix watchfile to detect new versions on github
- - - - -
130bcdd3 by Andreas Tille at 2021-10-09T07:38:55+02:00
routine-update: Standards-Version: 4.6.0
- - - - -
5dbfd317 by Andreas Tille at 2021-10-09T07:38:55+02:00
routine-update: debhelper-compat 13
- - - - -
12446bf8 by Andreas Tille at 2021-10-09T07:39:02+02:00
routine-update: Add salsa-ci file
- - - - -
d8ec7a12 by Andreas Tille at 2021-10-09T07:39:02+02:00
routine-update: Rules-Requires-Root: no
- - - - -
051a81c5 by Andreas Tille at 2021-10-09T07:39:07+02:00
Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse.
Changes-By: lintian-brush
Fixes: lintian: upstream-metadata-missing-bug-tracking
See-also: https://lintian.debian.org/tags/upstream-metadata-missing-bug-tracking.html
Fixes: lintian: upstream-metadata-missing-repository
See-also: https://lintian.debian.org/tags/upstream-metadata-missing-repository.html
- - - - -
ee4053e4 by Andreas Tille at 2021-10-09T07:39:07+02:00
Remove obsolete field Name from debian/upstream/metadata (already present in machine-readable debian/copyright).
Changes-By: lintian-brush
- - - - -
2d1f6db9 by Andreas Tille at 2021-10-09T07:39:11+02:00
Apply multi-arch hints.
+ python3-pycosat: Add Multi-Arch: same.
Changes-By: apply-multiarch-hints
- - - - -
b52713ca by Andreas Tille at 2021-10-09T08:03:44+02:00
Point Homepage field to Github
- - - - -
030b21db by Andreas Tille at 2021-10-09T08:05:01+02:00
Upload to unstable
- - - - -
5 changed files:
- debian/changelog
- debian/control
- + debian/salsa-ci.yml
- debian/upstream/metadata
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,20 @@
+python-pycosat (0.6.3+dfsg-2) unstable; urgency=medium
+
+ * Fix watchfile to detect new versions on github
+ * Standards-Version: 4.6.0 (routine-update)
+ * debhelper-compat 13 (routine-update)
+ * Add salsa-ci file (routine-update)
+ * Rules-Requires-Root: no (routine-update)
+ * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
+ Repository-Browse.
+ * Remove obsolete field Name from debian/upstream/metadata (already present in
+ machine-readable debian/copyright).
+ * Apply multi-arch hints.
+ + python3-pycosat: Add Multi-Arch: same.
+ * Point Homepage field to Github
+
+ -- Andreas Tille <tille at debian.org> Sat, 09 Oct 2021 08:03:53 +0200
+
python-pycosat (0.6.3+dfsg-1) unstable; urgency=low
* Initial release. (Closes: #924294)
=====================================
debian/control
=====================================
@@ -4,20 +4,22 @@ Uploaders: Andreas Tille <tille at debian.org>
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
-Build-Depends: debhelper-compat (= 12),
+Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all-dev,
picosat
-Standards-Version: 4.4.0
+Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/med-team/python-pycosat
Vcs-Git: https://salsa.debian.org/med-team/python-pycosat.git
-Homepage: https://pypi.org/project/pycosat/
+Homepage: https://github.com/conda/pycosat
+Rules-Requires-Root: no
Package: python3-pycosat
Architecture: any
Depends: ${misc:Depends},
${python3:Depends},
${shlibs:Depends}
+Multi-Arch: same
Description: Python bindings to picosat
PicoSAT is a popular SAT solver written by Armin Biere in pure C. This
package provides efficient Python bindings to picosat on the C level,
=====================================
debian/salsa-ci.yml
=====================================
@@ -0,0 +1,4 @@
+---
+include:
+ - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
+ - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
=====================================
debian/upstream/metadata
=====================================
@@ -1 +1,4 @@
-Name: pycosat
+Bug-Database: https://github.com/ContinuumIO/pycosat/issues
+Bug-Submit: https://github.com/ContinuumIO/pycosat/issues/new
+Repository: https://github.com/ContinuumIO/pycosat.git
+Repository-Browse: https://github.com/ContinuumIO/pycosat
=====================================
debian/watch
=====================================
@@ -1,4 +1,4 @@
version=4
opts="repacksuffix=+dfsg,dversionmangle=auto,repack,compression=xz" \
- https://github.com/ContinuumIO/pycosat/releases .*/archive/v?@ANY_VERSION@@ARCHIVE_EXT@
+ https://github.com/ContinuumIO/pycosat/releases .*/v?@ANY_VERSION@@ARCHIVE_EXT@
View it on GitLab: https://salsa.debian.org/med-team/python-pycosat/-/compare/0d720bb9488e16b45927c8f7dfc0f4e78250449b...030b21dbd5a76e4a3dd844440887e3990947189c
--
View it on GitLab: https://salsa.debian.org/med-team/python-pycosat/-/compare/0d720bb9488e16b45927c8f7dfc0f4e78250449b...030b21dbd5a76e4a3dd844440887e3990947189c
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/20211009/b9b514be/attachment-0001.htm>
More information about the debian-med-commit
mailing list