How can I view the source code of the actual package version online?












0















I was trying to find online source code repository for BleachBit package for Ubuntu 16.04 LTS.



So I started by visiting search on https://packages.ubuntu.com and found the source package.



Clicking on both Debian Source Repository (Subversion) on the right part of page →




right side




or on the links in the bottom ↓




bottom part of the page




went me to non-existent (404) pages as anonscm.debian.org is down.



Then I tried to visit Bleachbit page on the Launchpad to get its source code. And what is interesting I can get only the code for the not-so-new Ubuntu 14.04 (trusty) branch.



How can I view the source code of the actual package version online?










share|improve this question



























    0















    I was trying to find online source code repository for BleachBit package for Ubuntu 16.04 LTS.



    So I started by visiting search on https://packages.ubuntu.com and found the source package.



    Clicking on both Debian Source Repository (Subversion) on the right part of page →




    right side




    or on the links in the bottom ↓




    bottom part of the page




    went me to non-existent (404) pages as anonscm.debian.org is down.



    Then I tried to visit Bleachbit page on the Launchpad to get its source code. And what is interesting I can get only the code for the not-so-new Ubuntu 14.04 (trusty) branch.



    How can I view the source code of the actual package version online?










    share|improve this question

























      0












      0








      0


      1






      I was trying to find online source code repository for BleachBit package for Ubuntu 16.04 LTS.



      So I started by visiting search on https://packages.ubuntu.com and found the source package.



      Clicking on both Debian Source Repository (Subversion) on the right part of page →




      right side




      or on the links in the bottom ↓




      bottom part of the page




      went me to non-existent (404) pages as anonscm.debian.org is down.



      Then I tried to visit Bleachbit page on the Launchpad to get its source code. And what is interesting I can get only the code for the not-so-new Ubuntu 14.04 (trusty) branch.



      How can I view the source code of the actual package version online?










      share|improve this question














      I was trying to find online source code repository for BleachBit package for Ubuntu 16.04 LTS.



      So I started by visiting search on https://packages.ubuntu.com and found the source package.



      Clicking on both Debian Source Repository (Subversion) on the right part of page →




      right side




      or on the links in the bottom ↓




      bottom part of the page




      went me to non-existent (404) pages as anonscm.debian.org is down.



      Then I tried to visit Bleachbit page on the Launchpad to get its source code. And what is interesting I can get only the code for the not-so-new Ubuntu 14.04 (trusty) branch.



      How can I view the source code of the actual package version online?







      14.04 16.04 package-management launchpad source-code






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Jan 20 at 15:33









      N0rbertN0rbert

      22k547104




      22k547104






















          1 Answer
          1






          active

          oldest

          votes


















          0














          TL;DR



          If you see links with anonscm.debian.org or git.debian.org then visit Debian Salsa GitLab repositories and the search for the package here.





          Bugs



          Three bugs related to this problem exist:




          1. Bug of the https://packages.ubuntu.com , it should not show dead links with anonscm.debian.org and git.debian.org - I reported it to launchpad as bug 1812562;

          2. Bug of apt-get - it should not show broken links with anonscm.debian.org - I reported it to launchpad as bug 1812564;

          3. Bug of apt-get - it should not show broken links with * http://git.debian.org* - I reported it to launchpad as bug 1812577.


          Solution



          The svn://anonscm.debian.org is down after Ubuntu 16.04 LTS (and 14.04 LTS) release, so one should use its successor - Debian Salsa GitLab repositories then search for needed package here (or visit source package page for newer bionic release on packages.ubuntu.com).



          As the result one can get the correct URLs for the source package:




          Debian Package Source Repository (VCS: Git)

          * https://salsa.debian.org/python-team/applications/bleachbit.git

          Debian Package Source Repository (Browsable)

          * https://salsa.debian.org/python-team/applications/bleachbit




          Here one can switch to the needed version branch (1.10-1 in this case):




          https://salsa.debian.org/python-team/applications/bleachbit/tree/debian/1.10-1




          and view any needed source code file.






          share|improve this answer

























            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "89"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1111392%2fhow-can-i-view-the-source-code-of-the-actual-package-version-online%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            TL;DR



            If you see links with anonscm.debian.org or git.debian.org then visit Debian Salsa GitLab repositories and the search for the package here.





            Bugs



            Three bugs related to this problem exist:




            1. Bug of the https://packages.ubuntu.com , it should not show dead links with anonscm.debian.org and git.debian.org - I reported it to launchpad as bug 1812562;

            2. Bug of apt-get - it should not show broken links with anonscm.debian.org - I reported it to launchpad as bug 1812564;

            3. Bug of apt-get - it should not show broken links with * http://git.debian.org* - I reported it to launchpad as bug 1812577.


            Solution



            The svn://anonscm.debian.org is down after Ubuntu 16.04 LTS (and 14.04 LTS) release, so one should use its successor - Debian Salsa GitLab repositories then search for needed package here (or visit source package page for newer bionic release on packages.ubuntu.com).



            As the result one can get the correct URLs for the source package:




            Debian Package Source Repository (VCS: Git)

            * https://salsa.debian.org/python-team/applications/bleachbit.git

            Debian Package Source Repository (Browsable)

            * https://salsa.debian.org/python-team/applications/bleachbit




            Here one can switch to the needed version branch (1.10-1 in this case):




            https://salsa.debian.org/python-team/applications/bleachbit/tree/debian/1.10-1




            and view any needed source code file.






            share|improve this answer






























              0














              TL;DR



              If you see links with anonscm.debian.org or git.debian.org then visit Debian Salsa GitLab repositories and the search for the package here.





              Bugs



              Three bugs related to this problem exist:




              1. Bug of the https://packages.ubuntu.com , it should not show dead links with anonscm.debian.org and git.debian.org - I reported it to launchpad as bug 1812562;

              2. Bug of apt-get - it should not show broken links with anonscm.debian.org - I reported it to launchpad as bug 1812564;

              3. Bug of apt-get - it should not show broken links with * http://git.debian.org* - I reported it to launchpad as bug 1812577.


              Solution



              The svn://anonscm.debian.org is down after Ubuntu 16.04 LTS (and 14.04 LTS) release, so one should use its successor - Debian Salsa GitLab repositories then search for needed package here (or visit source package page for newer bionic release on packages.ubuntu.com).



              As the result one can get the correct URLs for the source package:




              Debian Package Source Repository (VCS: Git)

              * https://salsa.debian.org/python-team/applications/bleachbit.git

              Debian Package Source Repository (Browsable)

              * https://salsa.debian.org/python-team/applications/bleachbit




              Here one can switch to the needed version branch (1.10-1 in this case):




              https://salsa.debian.org/python-team/applications/bleachbit/tree/debian/1.10-1




              and view any needed source code file.






              share|improve this answer




























                0












                0








                0







                TL;DR



                If you see links with anonscm.debian.org or git.debian.org then visit Debian Salsa GitLab repositories and the search for the package here.





                Bugs



                Three bugs related to this problem exist:




                1. Bug of the https://packages.ubuntu.com , it should not show dead links with anonscm.debian.org and git.debian.org - I reported it to launchpad as bug 1812562;

                2. Bug of apt-get - it should not show broken links with anonscm.debian.org - I reported it to launchpad as bug 1812564;

                3. Bug of apt-get - it should not show broken links with * http://git.debian.org* - I reported it to launchpad as bug 1812577.


                Solution



                The svn://anonscm.debian.org is down after Ubuntu 16.04 LTS (and 14.04 LTS) release, so one should use its successor - Debian Salsa GitLab repositories then search for needed package here (or visit source package page for newer bionic release on packages.ubuntu.com).



                As the result one can get the correct URLs for the source package:




                Debian Package Source Repository (VCS: Git)

                * https://salsa.debian.org/python-team/applications/bleachbit.git

                Debian Package Source Repository (Browsable)

                * https://salsa.debian.org/python-team/applications/bleachbit




                Here one can switch to the needed version branch (1.10-1 in this case):




                https://salsa.debian.org/python-team/applications/bleachbit/tree/debian/1.10-1




                and view any needed source code file.






                share|improve this answer















                TL;DR



                If you see links with anonscm.debian.org or git.debian.org then visit Debian Salsa GitLab repositories and the search for the package here.





                Bugs



                Three bugs related to this problem exist:




                1. Bug of the https://packages.ubuntu.com , it should not show dead links with anonscm.debian.org and git.debian.org - I reported it to launchpad as bug 1812562;

                2. Bug of apt-get - it should not show broken links with anonscm.debian.org - I reported it to launchpad as bug 1812564;

                3. Bug of apt-get - it should not show broken links with * http://git.debian.org* - I reported it to launchpad as bug 1812577.


                Solution



                The svn://anonscm.debian.org is down after Ubuntu 16.04 LTS (and 14.04 LTS) release, so one should use its successor - Debian Salsa GitLab repositories then search for needed package here (or visit source package page for newer bionic release on packages.ubuntu.com).



                As the result one can get the correct URLs for the source package:




                Debian Package Source Repository (VCS: Git)

                * https://salsa.debian.org/python-team/applications/bleachbit.git

                Debian Package Source Repository (Browsable)

                * https://salsa.debian.org/python-team/applications/bleachbit




                Here one can switch to the needed version branch (1.10-1 in this case):




                https://salsa.debian.org/python-team/applications/bleachbit/tree/debian/1.10-1




                and view any needed source code file.







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Jan 20 at 17:51

























                answered Jan 20 at 15:33









                N0rbertN0rbert

                22k547104




                22k547104






























                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Ask Ubuntu!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1111392%2fhow-can-i-view-the-source-code-of-the-actual-package-version-online%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    How did Captain America manage to do this?

                    迪纳利

                    南乌拉尔铁路局