forked from proxmox-mirrors/proxmox
debcargo: fix maintainer directive
and remove accidentally committed files Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
c09d8e1442
commit
dc5b2bebf1
@ -14,8 +14,8 @@ Build-Depends: debhelper (>= 11),
|
|||||||
librust-syn-1+visit-mut-dev <!nocheck>
|
librust-syn-1+visit-mut-dev <!nocheck>
|
||||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||||
Standards-Version: 4.4.1
|
Standards-Version: 4.4.1
|
||||||
Vcs-Git:
|
Vcs-Git: git://git.proxmox.com/git/proxmox.git
|
||||||
Vcs-Browser:
|
Vcs-Browser: https://git.proxmox.com/?p=proxmox.git
|
||||||
|
|
||||||
Package: librust-proxmox-api-macro-dev
|
Package: librust-proxmox-api-macro-dev
|
||||||
Architecture: any
|
Architecture: any
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
overlay = "."
|
overlay = "."
|
||||||
crate_src_path = ".."
|
crate_src_path = ".."
|
||||||
|
maintainer = "Proxmox Support Team <support@proxmox.com>"
|
||||||
|
|
||||||
[source]
|
[source]
|
||||||
# TODO: update once public
|
vcs_git = "git://git.proxmox.com/git/proxmox.git"
|
||||||
vcs_git = ""
|
vcs_browser = "https://git.proxmox.com/?p=proxmox.git"
|
||||||
vcs_browser = ""
|
|
||||||
maintainer = "Proxmox Support Team <support@proxmox.com>"
|
|
||||||
|
Binary file not shown.
Binary file not shown.
@ -14,8 +14,8 @@ Build-Depends: debhelper (>= 11),
|
|||||||
librust-syn-1+visit-mut-dev <!nocheck>
|
librust-syn-1+visit-mut-dev <!nocheck>
|
||||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||||
Standards-Version: 4.4.1
|
Standards-Version: 4.4.1
|
||||||
Vcs-Git:
|
Vcs-Git: git://git.proxmox.com/git/proxmox.git
|
||||||
Vcs-Browser:
|
Vcs-Browser: https://git.proxmox.com/?p=proxmox.git
|
||||||
|
|
||||||
Package: librust-proxmox-sortable-macro-dev
|
Package: librust-proxmox-sortable-macro-dev
|
||||||
Architecture: any
|
Architecture: any
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
overlay = "."
|
overlay = "."
|
||||||
crate_src_path = ".."
|
crate_src_path = ".."
|
||||||
|
maintainer = "Proxmox Support Team <support@proxmox.com>"
|
||||||
|
|
||||||
[source]
|
[source]
|
||||||
# TODO: update once public
|
vcs_git = "git://git.proxmox.com/git/proxmox.git"
|
||||||
vcs_git = ""
|
vcs_browser = "https://git.proxmox.com/?p=proxmox.git"
|
||||||
vcs_browser = ""
|
|
||||||
maintainer = "Proxmox Support Team <support@proxmox.com>"
|
|
||||||
|
@ -41,8 +41,8 @@ Build-Depends: debhelper (>= 11),
|
|||||||
uuid-dev <!nocheck>
|
uuid-dev <!nocheck>
|
||||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||||
Standards-Version: 4.4.1
|
Standards-Version: 4.4.1
|
||||||
Vcs-Git:
|
Vcs-Git: git://git.proxmox.com/git/proxmox.git
|
||||||
Vcs-Browser:
|
Vcs-Browser: https://git.proxmox.com/?p=proxmox.git
|
||||||
|
|
||||||
Package: librust-proxmox-dev
|
Package: librust-proxmox-dev
|
||||||
Architecture: any
|
Architecture: any
|
||||||
|
@ -1,11 +1,10 @@
|
|||||||
overlay = "."
|
overlay = "."
|
||||||
crate_src_path = ".."
|
crate_src_path = ".."
|
||||||
|
maintainer = "Proxmox Support Team <support@proxmox.com>"
|
||||||
|
|
||||||
[source]
|
[source]
|
||||||
# TODO: update once public
|
vcs_git = "git://git.proxmox.com/git/proxmox.git"
|
||||||
vcs_git = ""
|
vcs_browser = "https://git.proxmox.com/?p=proxmox.git"
|
||||||
vcs_browser = ""
|
|
||||||
maintainer = "Proxmox Support Team <support@proxmox.com>"
|
|
||||||
|
|
||||||
[packages.lib]
|
[packages.lib]
|
||||||
depends = [ "uuid-dev" ]
|
depends = [ "uuid-dev" ]
|
||||||
|
Loading…
Reference in New Issue
Block a user