debian packaging: forward-port a package from xenial to bionicPrevent .deb package from being upgradedWhat is the best way to build a package that targets a single Ubuntu release only?What will happen if I add repositories for other versions?Why doesn't my package get upgraded even if specified in the Debian package's 'control' file?what is the default content of /etc/apt/sources.list in Ubuntu 18.04 LTS (Bionic Beaver)Failed to fetch ppa - cannot update anymoreBionic Default Repositories do not have release file - sudo apt-get update not workingWrong lsb-release after release upgradeBroken Packages Fix Problem (For Wine)

How is it possible to have an ability score that is less than 3?

"to be prejudice towards/against someone" vs "to be prejudiced against/towards someone"

What do you call a Matrix-like slowdown and camera movement effect?

Can I make popcorn with any corn?

What is the offset in a seaplane's hull?

Why are electrically insulating heatsinks so rare? Is it just cost?

How do I create uniquely male characters?

If I cast Expeditious Retreat, can I Dash as a bonus action on the same turn?

Service Entrance Breakers Rain Shield

Is it important to consider tone, melody, and musical form while writing a song?

How does strength of boric acid solution increase in presence of salicylic acid?

Why don't electron-positron collisions release infinite energy?

Do I have a twin with permutated remainders?

Languages that we cannot (dis)prove to be Context-Free

Fencing style for blades that can attack from a distance

Is this a crack on the carbon frame?

How to find program name(s) of an installed package?

Why not use SQL instead of GraphQL?

the place where lots of roads meet

Why doesn't H₄O²⁺ exist?

How do we improve the relationship with a client software team that performs poorly and is becoming less collaborative?

Why was the small council so happy for Tyrion to become the Master of Coin?

I’m planning on buying a laser printer but concerned about the life cycle of toner in the machine

Why are 150k or 200k jobs considered good when there are 300k+ births a month?



debian packaging: forward-port a package from xenial to bionic


Prevent .deb package from being upgradedWhat is the best way to build a package that targets a single Ubuntu release only?What will happen if I add repositories for other versions?Why doesn't my package get upgraded even if specified in the Debian package's 'control' file?what is the default content of /etc/apt/sources.list in Ubuntu 18.04 LTS (Bionic Beaver)Failed to fetch ppa - cannot update anymoreBionic Default Repositories do not have release file - sudo apt-get update not workingWrong lsb-release after release upgradeBroken Packages Fix Problem (For Wine)






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








1















I am running xenial on my dev machine, but would like to provide a version of a package I maintain in a PPA for newer releases such as bionic. When I try and just update the debian/changelog file to specify 'bionic', I (predictably) get this error:



E: light changes: bad-distribution-in-changes-file bionic



Is it possible to "forward-port" a package or do I need to upgrade my dev machine before I can provide a version of my package on a newer release?










share|improve this question




























    1















    I am running xenial on my dev machine, but would like to provide a version of a package I maintain in a PPA for newer releases such as bionic. When I try and just update the debian/changelog file to specify 'bionic', I (predictably) get this error:



    E: light changes: bad-distribution-in-changes-file bionic



    Is it possible to "forward-port" a package or do I need to upgrade my dev machine before I can provide a version of my package on a newer release?










    share|improve this question
























      1












      1








      1








      I am running xenial on my dev machine, but would like to provide a version of a package I maintain in a PPA for newer releases such as bionic. When I try and just update the debian/changelog file to specify 'bionic', I (predictably) get this error:



      E: light changes: bad-distribution-in-changes-file bionic



      Is it possible to "forward-port" a package or do I need to upgrade my dev machine before I can provide a version of my package on a newer release?










      share|improve this question














      I am running xenial on my dev machine, but would like to provide a version of a package I maintain in a PPA for newer releases such as bionic. When I try and just update the debian/changelog file to specify 'bionic', I (predictably) get this error:



      E: light changes: bad-distribution-in-changes-file bionic



      Is it possible to "forward-port" a package or do I need to upgrade my dev machine before I can provide a version of my package on a newer release?







      apt package-management upgrade debuild changelog






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Jun 15 '18 at 5:14









      kgilmerkgilmer

      61




      61




















          1 Answer
          1






          active

          oldest

          votes


















          0














          I achieved this by using the "copy package" feature in launchpad.net. When you copy a package you're able to specify the distro version as target. I was never able to "cross build" a package from one distro version to another locally.






          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%2f1046750%2fdebian-packaging-forward-port-a-package-from-xenial-to-bionic%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














            I achieved this by using the "copy package" feature in launchpad.net. When you copy a package you're able to specify the distro version as target. I was never able to "cross build" a package from one distro version to another locally.






            share|improve this answer



























              0














              I achieved this by using the "copy package" feature in launchpad.net. When you copy a package you're able to specify the distro version as target. I was never able to "cross build" a package from one distro version to another locally.






              share|improve this answer

























                0












                0








                0







                I achieved this by using the "copy package" feature in launchpad.net. When you copy a package you're able to specify the distro version as target. I was never able to "cross build" a package from one distro version to another locally.






                share|improve this answer













                I achieved this by using the "copy package" feature in launchpad.net. When you copy a package you're able to specify the distro version as target. I was never able to "cross build" a package from one distro version to another locally.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 20 mins ago









                kgilmerkgilmer

                61




                61



























                    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%2f1046750%2fdebian-packaging-forward-port-a-package-from-xenial-to-bionic%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

                    Virtualbox - Configuration error: Querying “UUID” failed (VERR_CFGM_VALUE_NOT_FOUND)“VERR_SUPLIB_WORLD_WRITABLE” error when trying to installing OS in virtualboxVirtual Box Kernel errorFailed to open a seesion for the virtual machineFailed to open a session for the virtual machineUbuntu 14.04 LTS Virtualbox errorcan't use VM VirtualBoxusing virtualboxI can't run Linux-64 Bit on VirtualBoxUnable to insert the virtual optical disk (VBoxguestaddition) in virtual machine for ubuntu server in win 10VirtuaBox in Ubuntu 18.04 Issues with Win10.ISO Installation

                    Are there any comparative studies done between Ashtavakra Gita and Buddhim?How is it wrong to believe that a self exists, or that it doesn't?Can you criticise or improve Ven. Bodhi's description of MahayanaWas the doctrine of 'Anatta', accepted as doctrine by modern Buddhism, actually taught by the Buddha?Relationship between Buddhism, Hinduism and Yoga?Comparison of Nirvana, Tao and Brahman/AtmaIs there a distinction between “ego identity” and “craving/hating”?Are there many differences between Taoism and Buddhism?Loss of “faith” in buddhismSimilarity between creation in Abrahamic religions and beginning of life in Earth mentioned Agganna Sutta?Are there studies about the difference between meditating in the morning versus in the evening?Can one follow Hinduism and Buddhism at the same time?Are there any prohibitions on participating in other religion's practices?Psychology of 'flow'

                    Eliminatorias de Conmebol para la Copa Mundial de Fútbol de 2006 Índice Tabla de posiciones final Partidos Goleadores Repesca Intercontinental Clasificados Véase también Referencias Enlaces externos Menú de navegación2:0 (1:0)2:2 (2:0)4:1 (2:1)5:0 (2:0)1:2 (1:1)0:3 (0:3)2:1 (1:0)4:0 (2:0)4:1 (1:1)1:0 (1:0)2:1 (1:1)0:1 (0:1)2:1 (1:0)3:0 (0:0)1:1 (0:1)2:1 (0:0)0:1 (0:1)0:01:1 (0:1)3:3 (2:0)0:2 (0:1)1:0 (0:0)0:3 (0:1)0:00:2 (0:2)2:1 (1:1)0:1 (0:0)1:3 (0:2)2:1 (1:0)3:1 (1:0)3:2 (3:0)0:00:05:0 (3:0)1:1 (0:1)1:3 (0:1)1:0 (0:0)3:1 (3:0)1:0 (0:0)0:04:2 (3:0)1:0 (0:0)1:1 (1:0)2:5 (0:2)2:0 (0:0)0:01:1 (1:0)0:00:03:1 (1:1)3:2 (2:1)1:0 (1:0)2:1 (0:0)1:0 (0:0)1:0 (0:0)0:01:1 (0:1)1:2 (0:0)5:2 (2:2)1:0 (0:0)3:1 (2:0)2:1 (1:0)1:0 (0:0)2:2 (1:2)1:1 (0:0)3:1 (2:0)2:0 (0:0)1:1 (0:1)5:0 (1:0)4:1 (2:0)0:03:0 (2:0)2:1 (1:0)3:1 (3:0)4:1 (2:1)1:0 (1:0)4:1 (1:0)1:2 (1:1)5:0 (4:0)3:2 (1:0)0:00:1 (0:0)1:1 (1:0)1:1 (0:1)2:0 (0:0)1:0 (0:0)0:1 (0:1)0:03:0 (1:0)4:1 (3:0)ReporteReporteGoleadores de las Eliminatorias Sudamericanas 2006.Eliminatorias Sudamericanas 2006 - FIFAEliminatorias Sudamericanas 2006 - RSSSF