Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / camomile


Commits:
aed07bab by Stephane Glondu at 2022-01-10T10:17:40+01:00
Fix debian/watch

- - - - -
d88a9b24 by Stephane Glondu at 2022-01-10T10:19:05+01:00
New upstream version 1.0.2+2
- - - - -
213c73f6 by Stephane Glondu at 2022-01-10T10:19:10+01:00
Update upstream source from tag 'upstream/1.0.2+2'

Update to upstream version '1.0.2+2'
with Debian dir 1dd422687b533908559f67c8f9e05eef601642de
- - - - -
9a5b22b8 by Stephane Glondu at 2022-01-10T10:21:17+01:00
Update changelog

- - - - -
2cecbc11 by Stephane Glondu at 2022-01-10T10:25:21+01:00
Update packaging

- - - - -
05026003 by Stephane Glondu at 2022-01-10T10:25:50+01:00
Update changelog and prepare upload to unstable

- - - - -


6 changed files:

- − .gitignore
- camomile.opam
- debian/changelog
- debian/control
- debian/watch
- dune-project


Changes:

=====================================
.gitignore deleted
=====================================
@@ -1,3 +0,0 @@
-_build/
-.merlin
-*.install


=====================================
camomile.opam
=====================================
@@ -1,3 +1,4 @@
+version: "1.0.2"
 # This file is generated by dune, edit dune-project instead
 opam-version: "2.0"
 synopsis: "A Unicode library"
@@ -25,4 +26,4 @@ build: [
     "@runtest" {with-test}
     "@doc" {with-doc}
   ]
-]
+]
\ No newline at end of file


=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+camomile (1.0.2+2-1) unstable; urgency=medium
+
+  * Team upload
+  * Change upstream tarball, with properly set version number
+  * Fix debian/watch to follow the correct upstream tarballs
+  * Bump Standards-Version to 4.6.0
+
+ -- Stéphane Glondu <[email protected]>  Mon, 10 Jan 2022 10:25:46 +0100
+
 camomile (1.0.2-3) unstable; urgency=medium
 
   [ Stéphane Glondu ]


=====================================
debian/control
=====================================
@@ -11,11 +11,11 @@ Build-Depends: cppo,
                ocaml-dune (>= 1.6.2),
                libxml2-utils,
                ocaml-findlib (>= 1.4),
-               ocaml-nox (>= 4.02.3),
+               ocaml,
                opam-installer,
                po4a,
                xsltproc
-Standards-Version: 4.5.0
+Standards-Version: 4.6.0
 Rules-Requires-Root: no
 Vcs-Git: https://salsa.debian.org/ocaml-team/camomile.git
 Vcs-Browser: https://salsa.debian.org/ocaml-team/camomile


=====================================
debian/watch
=====================================
@@ -1,3 +1,2 @@
 version=4
-opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/camomile-$1\.tar\.gz/ \
-  https://github.com/yoriyuki/Camomile/tags .*/v?(\d\S+)\.tar\.gz
+https://github.com/yoriyuki/Camomile/releases .*/camomile-v?(\d\S+)\.tbz


=====================================
dune-project
=====================================
@@ -1,5 +1,6 @@
 (lang dune 1.11)
 (name camomile)
+(version 1.0.2)
 
 (generate_opam_files true)
 (license "LGPL-2+ with OCaml linking exception")



View it on GitLab: 
https://salsa.debian.org/ocaml-team/camomile/-/compare/2742eb723cf4c8d50294ad8239f3e90fee7ca917...0502600343ea6b123f12ecd974c6e42cd4d8cc19

-- 
View it on GitLab: 
https://salsa.debian.org/ocaml-team/camomile/-/compare/2742eb723cf4c8d50294ad8239f3e90fee7ca917...0502600343ea6b123f12ecd974c6e42cd4d8cc19
You're receiving this email because of your account on salsa.debian.org.


Reply via email to