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

                    Möglingen Índice Localización Historia Demografía Referencias Enlaces externos Menú de navegación48°53′18″N 9°07′45″E / 48.888333333333, 9.129166666666748°53′18″N 9°07′45″E / 48.888333333333, 9.1291666666667Sitio web oficial Mapa de Möglingen«Gemeinden in Deutschland nach Fläche, Bevölkerung und Postleitzahl am 30.09.2016»Möglingen

                    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

                    Antonio De Lisio Carrera Referencias Menú de navegación«Caracas: evolución relacional multipleja»«Cuando los gobiernos subestiman a las localidades: L a Iniciativa para la Integración de la Infraestructura Regional Suramericana (IIRSA) en la frontera Colombo-Venezolana»«Maestría en Planificación Integral del Ambiente»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«Conózcanos»«Caracas: evolución relacional multipleja»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»