aMule Forum
English => Compilation problems => Topic started by: stoatwblr on June 16, 2012, 10:37:54 PM
-
Nothing serious - it's just giviing the wrong SVN in packaging:
compiling 10792 gives: amule-[whatever]_2.3.1+svn-10712_amd64.deb
-
Really not serious, that's the revision the debian-stuff has changed the last time.
http://wiki.amule.org/wiki/HowTo_Compile_In_Debian#Building_your_own_debian_packages
You missed the first command. dch... The one from the wiki is from a time where we had daily snapshots.
The command for your need is: dch -v2.3.1+svn-r10713-1 -ulow -m New Upstream SVN Tarball
EDIT: Updated link
-
Or better dch -v2.3.1+svn-r10792-1 -m New Upstream SVN Tarball
-
It would be good to add this to the top of the README.debian instructions.
-
I'm already preparing some other changes. I'll put this into the changeset.
-
Really not serious, that's the revision the debian-stuff has changed the last time.
http://wiki.amule.org/index.php/HowTo_Compile_In_Debian#Building_your_own_debian_packages
You missed the first command. dch... The one from the wiki is from a time where we had daily snapshots.
The command for your need is: dch -v2.3.1+svn-r10713-1 -ulow -m New Upstream SVN Tarball
Link dead need a update
-
Updated link in the original post.