diff options
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | nx-libs.spec | 3 |
2 files changed, 7 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 3465cc713..6c3062036 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,9 +13,11 @@ nx-libs (2:3.5.0.22-0x2go1) UNRELEASED; urgency=low * debian/control: + Add libfreetype6-dev to Build-Depends: field. * Refresh patch: 600_nx-X11+nxcompext+nxcompshad_unique-libnames.full.patch. - * Ship nx-libs.spec (RPM package definitions) in upstream project. (Thanks - to the Fedora package maintainers). File differs from the Fedora file - already. + * nx-libs.spec: + + Ship nx-libs.spec (RPM package definitions) in upstream project. (Thanks + to the Fedora package maintainers). File differs from the Fedora file + already. + + Use local tarball, don't expect ,,-full'' in tarball name. [ Clemens Lang ] * Add patch 605_nxcomp_Types.h-dont-use-STL-internals-on-libc++.full.patch. Fix diff --git a/nx-libs.spec b/nx-libs.spec index 326b91a94..e28e77344 100644 --- a/nx-libs.spec +++ b/nx-libs.spec @@ -8,7 +8,8 @@ Summary: NX X11 protocol compression libraries Group: System Environment/Libraries License: GPLv2+ URL: http://x2go.org/ -Source0: http://code.x2go.org/releases/source/%{name}/%{name}-%{version}-full.tar.gz +#Source0: http://code.x2go.org/releases/source/%{name}/%{name}-%{version}-full.tar.gz +Source0: %{name}-%{version}.tar.gz # git clone git://code.x2go.org/nx-libs # cd nx-libs # debian/roll-tarballs.sh HEAD server |