English 中文(简体)
Debian 软件包更改自动填充
原标题:Debian package changelog automation fill

我有持续整合系统来构建某个工程。 现在我要添加自动拆包创建阶段。 但组成. deb 假设每次修改变化。

So I have few questions: 1) How can I automatically set Git s comment and commit author to be exported to debchange utility? 2) How can versions/releases automatically should be changed? 3) How to avoid huge changelog (many commits per day will burn the brain of changelog reader person) by passing some minor versions? 4) If debian directory (with changelog, control and rules files) is out of repsitory - where should it be kept?

问题回答

您可以使用 Git- building 软件包中的 git- dch 。





相关问题
Eclipse for android on Debian Lenny

I have installed Eclipse on Debian Lenny after having installed java (apt-get install sun-java6-jre sun-java6-plugin sun-java6-jdk). When I run Eclipse, I have the following message when it comes to ...

Problem during JBoss Launch

I ve a problem with JBoss 3.2.6. When I try to launch it, I get this error. 09:19:22,449 ERROR [StatefulSessionContainer] Starting failed jboss.j2ee:jndiName=TypicalBean,service=EJB java.rmi....

debian package creating needed directories in preinst

I have the following debian structure: debian/usr/share/test debian/usr/share/test/test debian/usr/share/test/test/a debian/usr/share/test/test/b After building the package using dpkg-deb --build ...

About compiling Linux kernel in Debian Live

This is my first time compiling Linux kernel. I am using Debian Live. I used kernel-package to compile and I also added a new system call to return an arbitrary integer value greater than zero. ...

.deb package conffiles problem

I am distributing one of my applications using a .deb package, but have a problem relating to one of the files. The distribution includes a database file which is constantly updated by the app, on a ...

热门标签