]> git.proxmox.com Git - debcargo-conf.git/commitdiff
coreutils: fix the version
authorSylvestre Ledru <sylvestre@debian.org>
Mon, 18 Jan 2021 19:10:13 +0000 (20:10 +0100)
committerSylvestre Ledru <sylvestre@debian.org>
Tue, 26 Jan 2021 08:30:07 +0000 (09:30 +0100)
src/coreutils/debian/README.Debian
src/coreutils/debian/changelog

index bef40d552f12ddb9731fefa08d715c579e7340dd..d32eaeb9ffc24650f9f14596f39c409e895e59ed 100644 (file)
@@ -40,10 +40,12 @@ cp Cargo.toml $TARGET/build/coreutils/
 cp -R src/* $TARGET/build/coreutils/src/
 cd $TARGET/build
 rm -rf coreutils.orig
-tar zcvf rust-coreutils_8.0~0.0.2.orig.tar.gz coreutils/
+tar zcvf rust-coreutils_0.0.2.orig.tar.gz coreutils/
 
 
-We are following the version of the GNU version as we have some packages
+For now, we are following upstream version.
+If one day, we want to replace GNU/coreutils package with this one,
+we will have to follow the version of the GNU version as we have some packages
 having an explicit minimal dep (ex: initramfs-tools-core, xinit, initscripts)
 
  -- Sylvestre Ledru <sylvestre@debian.org>, Sun, 17 Jan 2021 15:19:03 +0100
index 86f617518c62c481632d4c5dd29edeb4e63e2d13..b9b1129f8995ac689dbc9f88da64f918250877bb 100644 (file)
@@ -1,4 +1,4 @@
-rust-coreutils (8.0~0.0.2-1~exp1) experimental; urgency=medium
+rust-coreutils (0.0.2-1~exp1) experimental; urgency=medium
 
   * Package coreutils 0.0.2 from crates.io using debcargo 2.4.4-alpha.0