]> git.proxmox.com Git - proxmox.git/commitdiff
debcargo: fix maintainer directive
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 1 Feb 2021 10:26:19 +0000 (11:26 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 1 Feb 2021 10:26:33 +0000 (11:26 +0100)
and remove accidentally committed files

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
proxmox-api-macro/debian/control
proxmox-api-macro/debian/debcargo.toml
proxmox-api-macro/target/package/proxmox-api-macro-0.3.0.crate [deleted file]
proxmox-api-macro/target/package/proxmox-api-macro-0.3.1.crate [deleted file]
proxmox-sortable-macro/debian/control
proxmox-sortable-macro/debian/debcargo.toml
proxmox/debian/control
proxmox/debian/debcargo.toml

index 76cc57cdba48e90a2cf17e5ca0cf405ce280fbb1..0d3d3aad4e4b7f17a0f160a3898636e978438d7b 100644 (file)
@@ -14,8 +14,8 @@ Build-Depends: debhelper (>= 11),
  librust-syn-1+visit-mut-dev <!nocheck>
 Maintainer: Proxmox Support Team <support@proxmox.com>
 Standards-Version: 4.4.1
-Vcs-Git: 
-Vcs-Browser: 
+Vcs-Git: git://git.proxmox.com/git/proxmox.git
+Vcs-Browser: https://git.proxmox.com/?p=proxmox.git
 
 Package: librust-proxmox-api-macro-dev
 Architecture: any
index 4ac0cfb79bb38048bfc0c59e13943c9b75f77a7f..b7864cdbab7da01aea63949f5bfa8c25e91d1b41 100644 (file)
@@ -1,8 +1,7 @@
 overlay = "."
 crate_src_path = ".."
+maintainer = "Proxmox Support Team <support@proxmox.com>"
 
 [source]
-# TODO: update once public
-vcs_git = ""
-vcs_browser = ""
-maintainer = "Proxmox Support Team <support@proxmox.com>"
+vcs_git = "git://git.proxmox.com/git/proxmox.git"
+vcs_browser = "https://git.proxmox.com/?p=proxmox.git"
diff --git a/proxmox-api-macro/target/package/proxmox-api-macro-0.3.0.crate b/proxmox-api-macro/target/package/proxmox-api-macro-0.3.0.crate
deleted file mode 100644 (file)
index 58e7036..0000000
Binary files a/proxmox-api-macro/target/package/proxmox-api-macro-0.3.0.crate and /dev/null differ
diff --git a/proxmox-api-macro/target/package/proxmox-api-macro-0.3.1.crate b/proxmox-api-macro/target/package/proxmox-api-macro-0.3.1.crate
deleted file mode 100644 (file)
index 1cf60a9..0000000
Binary files a/proxmox-api-macro/target/package/proxmox-api-macro-0.3.1.crate and /dev/null differ
index 8a891bf717d07e108a56464ab43f0696b9892cd5..e2365320c52f80346ac3f5252b3af6f01fa0d163 100644 (file)
@@ -14,8 +14,8 @@ Build-Depends: debhelper (>= 11),
  librust-syn-1+visit-mut-dev <!nocheck>
 Maintainer: Proxmox Support Team <support@proxmox.com>
 Standards-Version: 4.4.1
-Vcs-Git: 
-Vcs-Browser: 
+Vcs-Git: git://git.proxmox.com/git/proxmox.git
+Vcs-Browser: https://git.proxmox.com/?p=proxmox.git
 
 Package: librust-proxmox-sortable-macro-dev
 Architecture: any
index 4ac0cfb79bb38048bfc0c59e13943c9b75f77a7f..b7864cdbab7da01aea63949f5bfa8c25e91d1b41 100644 (file)
@@ -1,8 +1,7 @@
 overlay = "."
 crate_src_path = ".."
+maintainer = "Proxmox Support Team <support@proxmox.com>"
 
 [source]
-# TODO: update once public
-vcs_git = ""
-vcs_browser = ""
-maintainer = "Proxmox Support Team <support@proxmox.com>"
+vcs_git = "git://git.proxmox.com/git/proxmox.git"
+vcs_browser = "https://git.proxmox.com/?p=proxmox.git"
index 8546e737933f887cdba15ea5285525b107a296d0..e293eaba3c0e6ed35cb20f5faae6f4d08f37613b 100644 (file)
@@ -41,8 +41,8 @@ Build-Depends: debhelper (>= 11),
  uuid-dev <!nocheck>
 Maintainer: Proxmox Support Team <support@proxmox.com>
 Standards-Version: 4.4.1
-Vcs-Git: 
-Vcs-Browser: 
+Vcs-Git: git://git.proxmox.com/git/proxmox.git
+Vcs-Browser: https://git.proxmox.com/?p=proxmox.git
 
 Package: librust-proxmox-dev
 Architecture: any
index 4aa46c1c74031cdd3cf11a0543534ebe371d7ed6..1e7ee9f1ae97eca59aace63fffed5ec6d3652db9 100644 (file)
@@ -1,11 +1,10 @@
 overlay = "."
 crate_src_path = ".."
+maintainer = "Proxmox Support Team <support@proxmox.com>"
 
 [source]
-# TODO: update once public
-vcs_git = ""
-vcs_browser = ""
-maintainer = "Proxmox Support Team <support@proxmox.com>"
+vcs_git = "git://git.proxmox.com/git/proxmox.git"
+vcs_browser = "https://git.proxmox.com/?p=proxmox.git"
 
 [packages.lib]
 depends = [ "uuid-dev" ]