Skip to content

Commit

Permalink
Updated assembly versioning and packaging scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nihlus committed Jan 15, 2017
1 parent 2131961 commit cb7cf0a
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 7 deletions.
3 changes: 2 additions & 1 deletion build-scripts/deb-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,9 @@ if [[ ! -z $BUILDSUCCESS ]]; then
# Copy the sources to the build directory
mkdir -p "$PROGRAM_DEBUILD_ROOT"
cp -r "$PROGRAM_ROOT/debian/" $PROGRAM_DEBUILD_ROOT
cp -r "$PROGRAM_ROOT/lib/" $PROGRAM_DEBUILD_ROOT
cp -r "$PROGRAM_ROOT/mono/" $PROGRAM_DEBUILD_ROOT
cp -r "$PROGRAM_ROOT/$PROGRAM_NAME/" $PROGRAM_DEBUILD_ROOT
cp -r "$PROGRAM_ROOT/$PROGRAM_NAME.Tests/" $PROGRAM_DEBUILD_ROOT
cp "$PROGRAM_ROOT/"* "$PROGRAM_DEBUILD_ROOT"

# Pull in the NuGet dependencies
Expand Down
20 changes: 19 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
libwarcraft1.0-cli (1.0.6222.37541-1) xenial; urgency=medium
libwarcraft1.0-cli (1.0.8.38347-1) xenial; urgency=medium

* And the mono pkgconfigs too.

-- Jarl Gullberg <jarl.gullberg@gmail.com> Fri, 13 Jan 2017 21:18:15 +0100

libwarcraft1.0-cli (1.0.8.38182-1) xenial; urgency=medium

* Made sure to include the test project.

-- Jarl Gullberg <jarl.gullberg@gmail.com> Fri, 13 Jan 2017 21:12:46 +0100

libwarcraft1.0-cli (1.0.8.37764-1) xenial; urgency=medium

* Fixed build script and removed obsolete dependency.

-- Jarl Gullberg <jarl.gullberg@gmail.com> Fri, 13 Jan 2017 20:58:50 +0100

libwarcraft1.0-cli (1.0.7.37541-1) xenial; urgency=medium

* TELL HIM AIR MARSHAL CARLIN SAYS GO FUCK YOURSELF

Expand Down
5 changes: 1 addition & 4 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ Build-Depends: debhelper (>= 8.0.0),
mono-mcs (>= 4.0),
mono-devel (>= 4.0),
mono-xbuild (>= 4.0),
dotnetzip-cli (>= 1.9.1.8),
dotnetzip-cli-dev (>= 1.9.1.8)
Standards-Version: 3.9.5
Section: libs
Homepage: https://github.com/Nihlus/libwarcraft
Expand All @@ -24,8 +22,7 @@ Package: libwarcraft1.0-cli
Section: libs
Architecture: any
Depends: ${cli:Depends},
${misc:Depends},
dotnetzip-cli (>= 1.9.1.8)
${misc:Depends}
Description: libwarcraft is a managed class library for binary Blizzard files.
libwarcraft is a managed C# library for interacting with binary file formats
created by Blizzard Activision.
Expand Down
2 changes: 1 addition & 1 deletion libwarcraft/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
[assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.8.*")]
// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
//[assembly: AssemblyDelaySign(false)]
Expand Down

0 comments on commit cb7cf0a

Please sign in to comment.