Editing
Debian-team
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==== 3.2.4-2+NMU1 ==== The script carries out the following tasks * Separate orig and debian branches * Move orig code to the orig branch <pre> #!/bin/bash # # First step to integrated Cfengine 3.5.2 in debian # # To be carried out in the top level git directory # # Create the NMU branch git branch 3.2.4-2+nmu1 # Make NMU current git checkout 3.2.4-2+nmu1 # First apply the NMU fix # Whereas ${1} is the debian directory in the cfengine3_3.2.4-2+nmu1 source, # and ${2} is the debian directory in de git repository cp -p ${1}copyright ${2}/debian/ cp -p ${1}changelog ${2}/debian/ mkdir orig git mv aclocal.m4 orig git mv AUTHORS orig git mv autogen.sh orig git mv ChangeLog orig git mv config.guess orig git mv config.sub orig git mv configure.ac orig git mv configure orig git mv depcomp orig git mv docs orig git mv examples orig git mv INSTALL orig git mv install-sh orig git mv LICENSE orig git mv ltmain.sh orig git mv m4 orig git mv Makefile.am orig git mv Makefile.in orig git mv masterfiles orig git mv missing orig git mv pub orig git mv README orig git mv src orig git mv tests orig git mv ylwrap orig </pre> Proposed update of changelog in debian: <pre> cfengine3 (3.2.4-2+NMU1 git) unstable; urgency=low * Branch 3.2.4-2+NMU1 * Put NMU updates in debian directory, left debian/source/local-options * Separated debian from orig * Upload to central repository </pre> ===== Merging NMU ===== <pre> #!/bin/bash # Back to master branch git checkout master # Merge NMU into master git merge 3.2.4-2+nmu1 # Commit the NMU branch git commit -am "Merge 3.2.4-2+NMU1 into master" # Push the NMU branch # git push origin master </pre> The push is commented out, it will not pass unless a trick is played. Checkout a branch on the master and then push the master from the client. Switch back to master after the push.
Summary:
Please note that all contributions to Webhuis wiki are considered to be released under the GNU Free Documentation License 1.3 or later (see
Project:Copyrights
for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource.
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Voorpagina
Cobol and PostgreSQL
PostgreSQL
CFEngine
Proxmox
Webhuis Kennisbank
Basale infra
Webhuis bouwstenen
Webhuis configuratie
Webhuis Infra
Webhuis Support
Webhuis Raspberry
Opzet Applicaties
Business Applicaties
Community portal
Current events
Recent changes
Random page
Help
sitesupport
Tools
What links here
Related changes
Special pages
Page information