diff --git a/proxmox-api-macro/debian/control b/proxmox-api-macro/debian/control index 76cc57cd..0d3d3aad 100644 --- a/proxmox-api-macro/debian/control +++ b/proxmox-api-macro/debian/control @@ -14,8 +14,8 @@ Build-Depends: debhelper (>= 11), librust-syn-1+visit-mut-dev Maintainer: Proxmox Support Team 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 diff --git a/proxmox-api-macro/debian/debcargo.toml b/proxmox-api-macro/debian/debcargo.toml index 4ac0cfb7..b7864cdb 100644 --- a/proxmox-api-macro/debian/debcargo.toml +++ b/proxmox-api-macro/debian/debcargo.toml @@ -1,8 +1,7 @@ overlay = "." crate_src_path = ".." +maintainer = "Proxmox Support Team " [source] -# TODO: update once public -vcs_git = "" -vcs_browser = "" -maintainer = "Proxmox Support Team " +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 index 58e70369..00000000 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 index 1cf60a95..00000000 Binary files a/proxmox-api-macro/target/package/proxmox-api-macro-0.3.1.crate and /dev/null differ diff --git a/proxmox-sortable-macro/debian/control b/proxmox-sortable-macro/debian/control index 8a891bf7..e2365320 100644 --- a/proxmox-sortable-macro/debian/control +++ b/proxmox-sortable-macro/debian/control @@ -14,8 +14,8 @@ Build-Depends: debhelper (>= 11), librust-syn-1+visit-mut-dev Maintainer: Proxmox Support Team 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 diff --git a/proxmox-sortable-macro/debian/debcargo.toml b/proxmox-sortable-macro/debian/debcargo.toml index 4ac0cfb7..b7864cdb 100644 --- a/proxmox-sortable-macro/debian/debcargo.toml +++ b/proxmox-sortable-macro/debian/debcargo.toml @@ -1,8 +1,7 @@ overlay = "." crate_src_path = ".." +maintainer = "Proxmox Support Team " [source] -# TODO: update once public -vcs_git = "" -vcs_browser = "" -maintainer = "Proxmox Support Team " +vcs_git = "git://git.proxmox.com/git/proxmox.git" +vcs_browser = "https://git.proxmox.com/?p=proxmox.git" diff --git a/proxmox/debian/control b/proxmox/debian/control index 8546e737..e293eaba 100644 --- a/proxmox/debian/control +++ b/proxmox/debian/control @@ -41,8 +41,8 @@ Build-Depends: debhelper (>= 11), uuid-dev Maintainer: Proxmox Support Team 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 diff --git a/proxmox/debian/debcargo.toml b/proxmox/debian/debcargo.toml index 4aa46c1c..1e7ee9f1 100644 --- a/proxmox/debian/debcargo.toml +++ b/proxmox/debian/debcargo.toml @@ -1,11 +1,10 @@ overlay = "." crate_src_path = ".." +maintainer = "Proxmox Support Team " [source] -# TODO: update once public -vcs_git = "" -vcs_browser = "" -maintainer = "Proxmox Support Team " +vcs_git = "git://git.proxmox.com/git/proxmox.git" +vcs_browser = "https://git.proxmox.com/?p=proxmox.git" [packages.lib] depends = [ "uuid-dev" ]