Provide sources in deb-src repository for debian
See original GitHub issueYour use case
What would you like to do?
To have the source code of the packages at https://packages.element.io/debian/. Official Debian repositories also have the source of the packages.
Why would you like to do it?
To add some option when building it with dpkg-buildpackage
.
Have you considered any alternatives?
No response
Additional context
No response
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
SourcesList - Debian Wiki
Configuring Apt Sources. Apt downloads packages from one or more software repositories (sources) and installs them onto your computer.
Read more >How to Configure sources.list on Debian 11 - LinuxOPsys
The first entry on each line - deb or deb-src represents the type of repository archives. deb means the repository in the URL...
Read more >Understanding and Using Debian sources.list - Linux Hint
This article will help you understand what the sources.list file is and how to use it to add repositories in the Debian system....
Read more >Setup Debian 11 Official Repository In sources.list (/etc/apt ...
When you install Debian 11 using a DVD, the OS installer sets the DVD as ... The /etc/apt/sources.list file with DVD as a...
Read more >Debian packaging-source (deb-src) not available · Issue #1916
Describe the bug There are (apparently) no debian source packages in the repo. When uncommenting the commented "deb-src" line (which is ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Also, this issue could really do with some actual use-cases, ie. what would having this allow people to do? Element isn’t a straightforward tarball of c source code, so it’s not really the case that having source packages would allow it to be built for different architectures.
Yes it is for a
deb-src
repository with the source code for each version, (so debian users can get the source usingapt-get source element-desktop
). And the same for any other package version I think that could be useful.Some people always prefer to compile instead of installing.
In my case I want to try to take a look at this: https://github.com/vector-im/element-web/issues/19792. Simply adding
element-desktop --no-sandbox
doesn’t work.